mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Upon a DEAD or CRASH event processing in a SET_GROUP, the GROUP object would be removed regardless of how many UNITs are still in the GROUP object. The fix is that upon a DEAD or CRASH event in a SET_GROUP, it will be checked if there is only one UNIT left in the GROUP, and only then the GROUP will be removed from the SET_GROUP.