mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Systems now autosave too in the level editor.
This commit is contained in:
parent
8768d710ba
commit
9206dda3ba
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ module.exports = class SystemsTabView extends View
|
|||
for system in @buildDefaultSystems()
|
||||
url = "/db/level.system/#{system.original}/version/#{system.majorVersion}"
|
||||
ls = new LevelSystem()
|
||||
ls.saveBackups = true
|
||||
do (url) -> ls.url = -> url
|
||||
continue if @supermodel.getModelByURL ls.url
|
||||
ls.fetch()
|
||||
|
|
Loading…
Add table
Reference in a new issue