mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix PlayLevelView race condition typo
This commit is contained in:
parent
ccb1d3cd94
commit
8117a000c1
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ module.exports = class PlayLevelView extends RootView
|
|||
|
||||
onLevelLoaded: (e) ->
|
||||
@god = new God({@gameUIState}) unless e.level.isType('web-dev')
|
||||
@setUpGod() if @waitingToSetUpGod
|
||||
@setupGod() if @waitingToSetUpGod
|
||||
|
||||
trackLevelLoadEnd: ->
|
||||
return if @isEditorPreview
|
||||
|
|
Loading…
Reference in a new issue