This commit is contained in:
Frank
2020-04-07 01:22:06 +02:00
parent f22837103b
commit 7f3ebe4f48
5 changed files with 310 additions and 22 deletions
+3 -2
View File
@@ -1971,8 +1971,9 @@ end
function AUFTRAG:UpdateMarker()
-- Marker text.
local text=string.format("%s %s", self.name, self.status)
text=text..string.format("Targets=%d", self:CountMissionTargets())
local text=string.format("%s %s", self.name, self.status:upper())
text=text..string.format("\nTargets=%d", self:CountMissionTargets())
text=text..string.format("\nFlights=%d", self:CountFlightGroups())
-- Remove old marker.
if self.markerID then