mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Fixed bug with systems not being addable.
This commit is contained in:
parent
ee3e1fa58c
commit
6ac56030e8
1 changed files with 1 additions and 1 deletions
|
@ -49,5 +49,5 @@ module.exports = class AddLevelSystemModal extends ModalView
|
|||
original: s.get('original') ? id
|
||||
majorVersion: s.get('version').major ? 0
|
||||
@extantSystems.push levelSystem
|
||||
Backbone.Mediator.publish 'level-system-added', system: levelSystem
|
||||
Backbone.Mediator.publish 'editor:level-system-added', system: levelSystem
|
||||
@renderAvailableSystems()
|
||||
|
|
Loading…
Reference in a new issue