Update version to 0.2.3, add logging for logistic and train statistics, and improve research time estimation
This commit is contained in:
@@ -36,6 +36,8 @@ function SendLogisticStats()
|
||||
local returnParts = {}
|
||||
returnParts[#returnParts+1] = GetAllLogisticGrids()
|
||||
returnParts[#returnParts+1] = GetLogisticNetworkContents()
|
||||
log("Table size logistics "..table_size(returnParts))
|
||||
log("Sending logistics")
|
||||
--local send = GetAllLogisticGrids().."\n"..GetLogisticNetworkContents()
|
||||
helpers.send_udp(udpAddress,table.concat(returnParts,"\n"),serverIndex)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user