Fixed options
This commit is contained in:
@@ -15,4 +15,10 @@ function GetAllLogisticGrids()
|
||||
end
|
||||
end
|
||||
return table.concat(resultParts, "\n")
|
||||
end
|
||||
end
|
||||
|
||||
function SendLogisticStats()
|
||||
if options.enableRobots then
|
||||
helpers.send_udp(udpAddress,GetAllLogisticGrids(),serverIndex)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user