mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-13 09:11:22 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
b95a051d63
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ module.exports = class LevelLoader extends CocoClass
|
||||||
if heroResource = @maybeLoadURL(url, ThangType, 'thang')
|
if heroResource = @maybeLoadURL(url, ThangType, 'thang')
|
||||||
console.log "Pushing resource: ", heroResource
|
console.log "Pushing resource: ", heroResource
|
||||||
@worldNecessities.push heroResource
|
@worldNecessities.push heroResource
|
||||||
@sessionDependenciesRegistered[session.id] = true
|
@sessionDependenciesRegistered[session.id] = true
|
||||||
return
|
return
|
||||||
return unless @level.get('type', true) in ['hero', 'hero-ladder', 'hero-coop']
|
return unless @level.get('type', true) in ['hero', 'hero-ladder', 'hero-coop']
|
||||||
heroConfig = session.get('heroConfig')
|
heroConfig = session.get('heroConfig')
|
||||||
|
|
Loading…
Reference in a new issue