MOOSE/Moose Development
FlightControl ef217c0b19 Fix for CTD in DCS 2.1.
Destroyed scenery object cannot be inspected with all the methods.
SceneryObject:getTypeName() goes into CTD with the scenery has been
destroyed.
The problem was in the event handler (Event.lua).
This is fixed by checking if the SceneryObject exists before getting the
type name.
If it does not exist, the type name is filled with "SCENERY".
2017-06-18 09:00:48 +02:00
..
2016-07-03 07:49:26 +02:00
2017-05-12 18:39:09 +02:00
2017-06-18 09:00:48 +02:00
2016-12-16 12:56:36 +01:00