Fix logistic net export string
This commit is contained in:
@@ -33,7 +33,7 @@ end
|
||||
|
||||
function SendLogisticStats()
|
||||
if options.enableRobots then
|
||||
local send = GetAllLogisticGrids()..GetLogisticNetworkContents()
|
||||
local send = GetAllLogisticGrids().."\n"..GetLogisticNetworkContents()
|
||||
helpers.send_udp(udpAddress,send,serverIndex)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user