mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-17 07:33:56 +00:00
a0befeb34f
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.