diff --git a/app/views/play/modal/PlayHeroesModal.coffee b/app/views/play/modal/PlayHeroesModal.coffee index 382716511..d9aff0621 100644 --- a/app/views/play/modal/PlayHeroesModal.coffee +++ b/app/views/play/modal/PlayHeroesModal.coffee @@ -281,7 +281,6 @@ module.exports = class PlayHeroesModal extends ModalView popover?.$tip?.i18n() onBuyGemsPromptButtonClicked: (e) -> - @playSound 'menu-button-click' return @askToSignUp() if me.get('anonymous') @openModalView new BuyGemsModal()