mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Fixed an error wizard sprites were having.
This commit is contained in:
parent
ffdb2ef6b4
commit
bab7598ce0
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ module.exports = class WizardLank extends IndieLank
|
|||
shouldUpdate = not _.isEqual(newColorConfig, @options.colorConfig)
|
||||
@options.colorConfig = $.extend(true, {}, newColorConfig)
|
||||
if shouldUpdate
|
||||
@setUpLank()
|
||||
@playAction(@currentAction) if @currentAction
|
||||
|
||||
onLankSelected: (e) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue