mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Trying to track down the cause of InventoryModal loading without a hero assigned.
This commit is contained in:
parent
b6d8ceafb0
commit
c8c76e6b74
1 changed files with 7 additions and 0 deletions
|
@ -297,6 +297,13 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
hero = @selectedHero?.get('original')
|
||||
unless hero
|
||||
console.error 'Somehow we tried to hide without having a hero selected yet...'
|
||||
noty {
|
||||
text: "Error: hero not loaded. If this keeps happening, please report the bug."
|
||||
layout: 'topCenter'
|
||||
timeout: 10000
|
||||
type: 'error'
|
||||
}
|
||||
return
|
||||
|
||||
if @session
|
||||
changed = @updateHeroConfig(@session, hero)
|
||||
|
|
Loading…
Add table
Reference in a new issue