Fix logistic net export string
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "factorio-metrics-exporter",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"title": "Prometheus Metrics Exporter",
|
||||
"author": "Jan Grießhaber",
|
||||
"contact": "jan@griesshaber.systems",
|
||||
|
||||
@@ -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