from retail

This commit is contained in:
NoM0Re
2025-01-11 16:43:29 +01:00
parent 8fa335c199
commit 96c5618c6b
2 changed files with 21 additions and 13 deletions
+3 -1
View File
@@ -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, ...)