Repair Turret 2

by tiko13

A fork of Klonan's Repair Turret mod. It aims for repair turrets to be a complete replacement of construction bots (Logistic over time as well)

Content
8 days ago
2.0
1.26K
Logistics Logistic network

g Error

20 days ago

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>

19 days ago

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

New response