- Added tanker and CAP zones
This commit is contained in:
Frank
2021-10-03 21:33:33 +02:00
parent 2ae2ee64be
commit fa6fbca67b
12 changed files with 189 additions and 44 deletions

View File

@@ -6067,6 +6067,10 @@ function OPSGROUP:onafterStop(From, Event, To)
if self.Scheduler then
self.Scheduler:Clear()
end
if self.flightcontrol then
end
if self:IsAlive() and not (self:IsDead() or self:IsStopped()) then
local life, life0=self:GetLifePoints()