This commit is contained in:
Applevangelist
2024-04-19 15:54:30 +02:00
parent 235cbbe23a
commit 89d945037d
11 changed files with 83 additions and 72 deletions

View File

@@ -1161,7 +1161,7 @@ function AI_CARGO_DISPATCHER:onafterMonitor()
else
local text=string.format("WARNING: Cargo %s is too heavy to be loaded into transport. Cargo weight %.1f > %.1f load capacity of carrier %s.",
tostring(Cargo:GetName()), Cargo:GetWeight(), LargestLoadCapacity, tostring(Carrier:GetName()))
self:I(text)
self:T(text)
end
end
end