- Fixed IsAlive
This commit is contained in:
Frank
2023-12-25 23:12:55 +01:00
parent 4e36ed170b
commit 1b01b89343
2 changed files with 4 additions and 2 deletions

View File

@@ -1860,6 +1860,7 @@ function ARMYGROUP:_UpdateEngageTarget()
else
-- Could not get position of target (not alive any more?) ==> Disengage.
self:T(self.lid.."Could not get position of target ==> Disengage!")
self:Disengage()
end
@@ -1867,6 +1868,7 @@ function ARMYGROUP:_UpdateEngageTarget()
else
-- Target not alive any more ==> Disengage.
self:T(self.lid.."Target not ALIVE ==> Disengage!")
self:Disengage()
end