Update FlightGroup.lua

This commit is contained in:
Frank 2023-04-16 11:16:54 +02:00
parent 0782532763
commit 9cd3027ea6

View File

@ -1083,11 +1083,11 @@ function FLIGHTGROUP:Status()
-- Life points.
local life=self.life or 0
-- Total ammo.
-- Total ammo.
local ammo=self:GetAmmoTot().Total
-- Detected units.
local ndetected=self.detectionOn and tostring(self.detectedunits:Count()) or "Off"
local ndetected=self.detectionOn and tostring(self.detectedunits:Count()) or "Off"
-- Get cargo weight.
local cargo=0