from retail

This commit is contained in:
Bunny67
2020-06-29 18:43:40 +03:00
parent 4d0cd34a33
commit ba951af876
12 changed files with 610 additions and 224 deletions
+1 -1
View File
@@ -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, ...)