mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 22:00:25 -04:00
More LevelLoader defense.
This commit is contained in:
parent
c19c8f3912
commit
1b0f15b5f3
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ module.exports = class LevelLoader extends CocoClass
|
|||
@notifyProgress()
|
||||
|
||||
return if @updateCompleted
|
||||
return unless @supermodel.finished() and @sessionsLoaded()
|
||||
return unless @supermodel?.finished() and @sessionsLoaded()
|
||||
@denormalizeSession()
|
||||
@loadLevelSounds()
|
||||
app.tracker.updatePlayState(@level, @session)
|
||||
|
|
Loading…
Add table
Reference in a new issue