Smart Display (circuit network signal display on map)

by system

A combinator that displays a signal from the circuit network, with formating options.

7 years ago
0.15 - 0.16
9

b bug on open modular armor grid

7 years ago

Error while running event SmartDisplayRedux::on_tick (ID 0)
LuaEquipmentGrid doesn't contain key name.
stack traceback:
SmartDisplayRedux/control.lua:597: in function <SmartDisplayRedux/control.lua:573>

7 years ago
7 years ago

if is needed anything, just ask!

7 years ago

I've sent a pull request to get it fixed, but for now you can change line 587 in control.lua:
if player.connected

to:

if player.connected and (player.opened_gui_type == defines.gui_type.none or player.opened_gui_type == defines.gui_type.entity) then

and it fixes it.

7 years ago

Worked for me. Great thanks for the fix - didn´t expect to find one :)

New response