Error while running event Repair_Turret_2::on_tick (ID 0)
LuaLogisticNetwork API call when LuaLogisticNetwork was invalid.
stack traceback:
[C]: in function 'index'
__Repair_Turret_2/script/repair_turret.lua:1922: in function 'try_build_ghost' Repair_Turret_2/script/repair_turret.lua:660: in function 'check_target' Repair_Turret_2/script/repair_turret.lua:771: in function 'update' Repair_Turret_2/script/repair_turret.lua:2333: in function 'check_turret_update' Repair_Turret_2/script/repair_turret.lua:2570: in function 'handler' core/lualib/event_handler.lua:72: in function <core/lualib/event_handler.lua:70>
there is not really much info about when the error happened but from the trace it looks like the network got split during an update call, which then assumes old network structure and so throws this, should be fixed now but I am not sure since I got no details on how this happened