Fixed the landing bug

When using A2A GCICAP, the planes would land, but not dissapear.
This commit is contained in:
FlightControl_Master
2017-07-30 07:31:23 +02:00
parent 3ec783b0e4
commit fdcad2dd93
2 changed files with 9 additions and 2 deletions

View File

@@ -872,7 +872,7 @@ function EVENT:onEvent( Event )
for EventClass, EventData in pairs( self.Events[Event.id][EventPriority] ) do
if Event.IniObjectCategory ~= Object.Category.STATIC then
--self:E( { "Evaluating: ", EventClass:GetClassNameAndID() } )
self:E( { "Evaluating: ", EventClass:GetClassNameAndID() } )
end
Event.IniGroup = GROUP:FindByName( Event.IniDCSGroupName )