FLIGHTGROUP
- Improved homebase for spawned units
- Enabled helo inAir check due to DCS bug that inAir returns true when spawned at airbase or farp

SET_ZONE
- Added DrawZone() function

ARMYGROUP
- Improved EngageTarget() function

AUFTRAG
- ARMORATTACK is not falling back to GROUNDATTACK
This commit is contained in:
Frank
2022-04-03 23:59:43 +02:00
parent e49fff5028
commit 426dcff085
11 changed files with 174 additions and 170 deletions

View File

@@ -1208,7 +1208,7 @@ function TARGET:GetCoordinate()
end
self:E(self.lid..string.format("ERROR: Cannot get coordinate of target %s", self.name))
self:E(self.lid..string.format("ERROR: Cannot get coordinate of target %s", tostring(self.name)))
return nil
end