How did this bug not break everything always?

This commit is contained in:
Scott Erickson 2014-01-23 18:14:25 -08:00
parent 72360be965
commit 70d301d1b6

View file

@ -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