mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-13 14:29:25 -05:00
Tournaments: Support user cap
This commit is contained in:
@@ -485,6 +485,10 @@
|
||||
appendError("You must have a name in order to join the tournament.");
|
||||
break;
|
||||
|
||||
case 'Full':
|
||||
appendError("The tournament is already at maximum capacity for users.");
|
||||
break;
|
||||
|
||||
default:
|
||||
appendError("Unknown error: " + data[0]);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user