mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix levelType refactor
This commit is contained in:
parent
c3381c1274
commit
f9d0adaca6
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ module.exports = class PlayLevelView extends RootView
|
|||
return false if heapLimit < defaultHeapLimit
|
||||
return false if @loadDuration > 18000
|
||||
else
|
||||
console.warn "Unwritten level type simulation heuristics; fill these in for new level type #{levelType}?"
|
||||
console.warn "Unwritten level type simulation heuristics; fill these in for new level type #{@level.get('type')}?"
|
||||
return false if stillBuggy
|
||||
return false if cores < 8
|
||||
return false if heapLimit < defaultHeapLimit
|
||||
|
|
Loading…
Reference in a new issue