mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-19 05:36:02 +00:00
@shadowze I've done a fix to remove the event handlers from SET_CARGO using :FilterStop(). Can you check this please?
This commit is contained in:
@@ -503,7 +503,6 @@ function EVENT:RemoveEvent( EventClass, EventID )
|
|||||||
self.Events = self.Events or {}
|
self.Events = self.Events or {}
|
||||||
self.Events[EventID] = self.Events[EventID] or {}
|
self.Events[EventID] = self.Events[EventID] or {}
|
||||||
self.Events[EventID][EventPriority] = self.Events[EventID][EventPriority] or {}
|
self.Events[EventID][EventPriority] = self.Events[EventID][EventPriority] or {}
|
||||||
self.Events[EventID][EventPriority][EventClass] = self.Events[EventID][EventPriority][EventClass]
|
|
||||||
|
|
||||||
self.Events[EventID][EventPriority][EventClass] = nil
|
self.Events[EventID][EventPriority][EventClass] = nil
|
||||||
|
|
||||||
|
|||||||
+3132
-3077
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user