diff --git a/js/client-chat-tournament.js b/js/client-chat-tournament.js index 6d3f73766c..4a61398403 100644 --- a/js/client-chat-tournament.js +++ b/js/client-chat-tournament.js @@ -415,6 +415,7 @@ this.$challengeUserMenu.html(this.renderChallengeUsers()); this.toggleBoxVisibility(true); if (!this.$challenge.hasClass('active')) { + app.playNotificationSound(); if (notify) this.room.notifyOnce("Tournament challenges available", "Room: " + this.room.title, 'tournament-challenges'); } }