mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fix PlayGameDevLevelView to run in course mode
This commit is contained in:
parent
c0bc10ffb6
commit
9a79cae09d
1 changed files with 2 additions and 1 deletions
|
@ -32,8 +32,9 @@ module.exports = class PlayGameDevLevelView extends RootView
|
|||
@level = new Level()
|
||||
@session = new LevelSession()
|
||||
@gameUIState = new GameUIState()
|
||||
@courseID = @getQueryVariable 'course'
|
||||
@god = new God({ @gameUIState })
|
||||
@levelLoader = new LevelLoader({ @supermodel, @levelID, @sessionID, observing: true, team: TEAM })
|
||||
@levelLoader = new LevelLoader({ @supermodel, @levelID, @sessionID, observing: true, team: TEAM, @courseID })
|
||||
@listenTo @state, 'change', _.debounce(-> @renderSelectors('#info-col'))
|
||||
|
||||
@levelLoader.loadWorldNecessities()
|
||||
|
|
Loading…
Add table
Reference in a new issue