mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-09-14 12:15:44 -05:00
Fix coding style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user