Remove unnecessary sound
This commit is contained in:
parent
972243ae50
commit
f369c73b2a
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ module.exports = class PlayHeroesModal extends ModalView
|
||||||
popover?.$tip?.i18n()
|
popover?.$tip?.i18n()
|
||||||
|
|
||||||
onBuyGemsPromptButtonClicked: (e) ->
|
onBuyGemsPromptButtonClicked: (e) ->
|
||||||
@playSound 'menu-button-click'
|
|
||||||
return @askToSignUp() if me.get('anonymous')
|
return @askToSignUp() if me.get('anonymous')
|
||||||
@openModalView new BuyGemsModal()
|
@openModalView new BuyGemsModal()
|
||||||
|
|
||||||
|
|
Reference in a new issue