mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Merge pull request #646 from Teremiare/patch-9
Add tournament message for AlreadyDisqualified
This commit is contained in:
commit
f74a3ea50d
|
|
@ -539,6 +539,10 @@
|
|||
appendError("The tournament is already at maximum capacity for users.");
|
||||
break;
|
||||
|
||||
case 'AlreadyDisqualified':
|
||||
appendError("This user has already been disqualified.");
|
||||
break;
|
||||
|
||||
default:
|
||||
appendError("Unknown error: " + data[0]);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user