judos / beltSorter

A factorio mod which provides a sorting chest that can distribute items really fast
5 stars 15 forks source link

Error when opening power armor grid #31

Closed wc5879 closed 5 years ago

wc5879 commented 6 years ago

Hi When this mod is turned on, when I open the grid of power armor I get the following error message:

Error while running event beltSorter::on_tick (ID 0) LuaEquipmentGrid doesn't contain key name. stack traceback: beltSorter/libs/control/gui.lua:96: in function 'playerOpenGui' beltSorter/libs/control/gui.lua:126: in function 'gui_tick' beltSorter/control.lua:49: in function <beltSorter/control.lua:47>

Cordina90 commented 6 years ago

As judos doesn't seem to be around, you can (temporary) fix this yourself. Check out my pull request te see what changes you'll have to make

Cordina90 commented 6 years ago

fixed in version 0.5.5

judos commented 5 years ago

Thanks @Cordina90 for the fix!