@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:
FlightControl 2018-09-18 07:45:11 +02:00
parent 6de86ac708
commit ea851af6ea
2 changed files with 3282 additions and 3228 deletions

View File

@ -503,7 +503,6 @@ function EVENT:RemoveEvent( EventClass, EventID )
self.Events = self.Events or {}
self.Events[EventID] = self.Events[EventID] 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

File diff suppressed because it is too large Load Diff