Rewritten sending helper and logic
This commit is contained in:
@@ -39,6 +39,6 @@ function SendLogisticStats()
|
||||
log("Table size logistics "..table_size(returnParts))
|
||||
log("Sending logistics")
|
||||
--local send = GetAllLogisticGrids().."\n"..GetLogisticNetworkContents()
|
||||
helpers.send_udp(udpAddress,table.concat(returnParts,"\n"),serverIndex)
|
||||
SendChunked(table.concat(returnParts,"\n"))
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user