Fixed common programmables not being saved
This commit is contained in:
parent
a796d88967
commit
e17fbdae73
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module.exports = class LevelBus extends Bus
|
||||||
@changedSessionProperties.teamSpells = true
|
@changedSessionProperties.teamSpells = true
|
||||||
@session.set({'teamSpells': @teamSpellMap})
|
@session.set({'teamSpells': @teamSpellMap})
|
||||||
@saveSession()
|
@saveSession()
|
||||||
if spellTeam is me.team
|
if spellTeam is me.team or spellTeam is "common"
|
||||||
@onSpellChanged e # Save the new spell to the session, too.
|
@onSpellChanged e # Save the new spell to the session, too.
|
||||||
|
|
||||||
onScriptStateChanged: (e) ->
|
onScriptStateChanged: (e) ->
|
||||||
|
|
Reference in a new issue