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