diff --git a/tournaments/frontend.js b/tournaments/frontend.js index c9d1f8505e..f9aca13172 100644 --- a/tournaments/frontend.js +++ b/tournaments/frontend.js @@ -497,8 +497,7 @@ var Tournament = (function () { return; var room = Rooms.global.startBattle(challenge.from, user, this.format, this.isRated, challenge.team, user.team); - if (!room) - return; + if (!room) return; this.pendingChallenges.set(challenge.from, null); this.pendingChallenges.set(user, null);