mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Fixed typo in HeroVictoryModal.
This commit is contained in:
parent
d1c07745d9
commit
fa9f3e2a61
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ module.exports = class HeroVictoryModal extends ModalView
|
|||
|
||||
getNextLevelCampaign: ->
|
||||
{'kithgard-gates': 'forest', 'siege-of-stonehold': 'desert'}[@level.get('slug')] or @level.get 'campaign' # Much easier to just keep this updated than to dynamically figure it out.
|
||||
link += '/' + nextCampaign unless nextCampaign is 'dungeon'
|
||||
|
||||
getNextLevelLink: ->
|
||||
link = '/play'
|
||||
|
|
Loading…
Reference in a new issue