mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Finish system optimization
This commit is contained in:
parent
424f27ed8a
commit
451b88cdea
3 changed files with 11 additions and 4 deletions
|
@ -243,7 +243,7 @@ function World:emit(functionName, ...)
|
|||
error("bad argument #1 to 'World:emit' (String expected, got "..type(functionName)..")")
|
||||
end
|
||||
|
||||
local listeners = self.events[functionName]
|
||||
local listeners = self.events[functionName]
|
||||
|
||||
if listeners then
|
||||
for i = 1, #listeners do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue