Fixed typo

This commit is contained in:
FlightControl 2016-04-09 21:28:55 +02:00
parent 8ea20af680
commit f718e05cb5

View File

@ -201,7 +201,7 @@ function GROUP:Destroy()
self:F( self.GroupName ) self:F( self.GroupName )
for Index, UnitData in pairs( self.DCSGroup:getUnits() ) do for Index, UnitData in pairs( self.DCSGroup:getUnits() ) do
self:CreateEventDead( timer.getTime(), UnitData ) self:CreateEventCrash( timer.getTime(), UnitData )
end end
self.DCSGroup:destroy() self.DCSGroup:destroy()