from retail
This commit is contained in:
@@ -24,7 +24,9 @@ local SubRegionEventSystem =
|
||||
end,
|
||||
|
||||
RemoveSubscriber = function(self, event, subRegion)
|
||||
tremove(self.events[event], tIndexOf(self.events[event], subRegion))
|
||||
if self.events[event] then
|
||||
tremove(self.events[event], tIndexOf(self.events[event], subRegion))
|
||||
end
|
||||
end,
|
||||
|
||||
Notify = function(self, event, ...)
|
||||
|
||||
Reference in New Issue
Block a user