Private
Public Access
1
0

Fixed options

This commit is contained in:
Jan Grießhaber
2026-01-02 00:50:58 +01:00
parent 9256d2d317
commit d803bce9d3
7 changed files with 201 additions and 31 deletions

View File

@@ -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