mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-03 01:14:46 -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
|
channel = 'world:' + channel
|
||||||
for script in @scripts
|
for script in @scripts
|
||||||
continue if script.channel isnt channel
|
continue if script.channel isnt channel
|
||||||
scriptNote = new WorldScriptNote script, event, world
|
scriptNote = new WorldScriptNote script, event
|
||||||
continue if scriptNote.invalid
|
continue if scriptNote.invalid
|
||||||
@scriptNotes.push scriptNote
|
@scriptNotes.push scriptNote
|
||||||
return unless @goalManager
|
return unless @goalManager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue