Fixed merge error

This commit is contained in:
Pax1601
2023-12-03 11:49:39 +01:00
parent e430d38c63
commit 532c09a815
2 changed files with 4 additions and 4 deletions

View File

@@ -1053,9 +1053,7 @@ function Olympus.setUnitsData(arg, time)
table["isHuman"] = (unit:getPlayerName() ~= nil)
table["hasTask"] = controller:hasTask()
table["ammo"] = unit:getAmmo() --TODO remove a lot of stuff we don't really need
table["ammo"] = unit:getAmmo() --TODO: remove a lot of stuff we don't really need
table["fuel"] = unit:getFuel()
table["health"] = unit:getLife() / unit:getLife0() * 100
table["health"] = unit:getLife() / initialLife * 100
table["contacts"] = contacts