mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed merge error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user