mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fix for destroying level.
This commit is contained in:
parent
4e5ecb0c9e
commit
26f11f40a9
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ module.exports = class SpellView extends View
|
||||||
|
|
||||||
highlightCurrentLine: (flow) =>
|
highlightCurrentLine: (flow) =>
|
||||||
# TODO: move this whole thing into SpellDebugView or somewhere?
|
# TODO: move this whole thing into SpellDebugView or somewhere?
|
||||||
@highlightComments()
|
@highlightComments() unless @destroyed
|
||||||
flow ?= @spellThang?.castAether?.flow
|
flow ?= @spellThang?.castAether?.flow
|
||||||
return unless flow
|
return unless flow
|
||||||
executed = []
|
executed = []
|
||||||
|
|
Loading…
Reference in a new issue