This commit is contained in:
Frank
2024-02-12 00:10:36 +01:00
parent f10d676921
commit 2fce93d925
2 changed files with 64 additions and 2 deletions

View File

@@ -2199,6 +2199,8 @@ function OPSGROUP:Destroy(Delay)
if Delay and Delay>0 then
self:ScheduleOnce(Delay, OPSGROUP.Destroy, self, 0)
else
self:T(self.lid.."Destroying group!")
-- Get all units.
local units=self:GetDCSUnits()