Created a logic using flags to kick layers using the extended slot blocker from Ciribob

This commit is contained in:
FlightControl_Master
2017-10-11 11:22:17 +02:00
parent 059754fc28
commit fbabc54e03
2 changed files with 5 additions and 15 deletions

View File

@@ -79,7 +79,8 @@ function OBJECT:Destroy()
local DCSObject = self:GetDCSObject()
if DCSObject then
USERFLAG:New( self:GetGroup():GetName() ):Set( 100 )
--BASE:CreateEventCrash( timer.getTime(), DCSObject )
DCSObject:destroy()
end