mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
How did this bug not break everything always?
This commit is contained in:
parent
72360be965
commit
70d301d1b6
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ module.exports = class World
|
|||
channel = 'world:' + channel
|
||||
for script in @scripts
|
||||
continue if script.channel isnt channel
|
||||
scriptNote = new WorldScriptNote script, event, world
|
||||
scriptNote = new WorldScriptNote script, event
|
||||
continue if scriptNote.invalid
|
||||
@scriptNotes.push scriptNote
|
||||
return unless @goalManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue