mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-31 21:22:20 -05:00
Automatically hide bracket if the user isn't in the tournament
This commit is contained in:
parent
4b056b7416
commit
f2d3388cf2
|
|
@ -222,6 +222,8 @@
|
|||
break;
|
||||
|
||||
case 'start':
|
||||
if (!this.info.isJoined)
|
||||
this.setBoxVisibility(false);
|
||||
this.room.$chat.append("<div class=\"notice tournament-message-start\">The tournament has started!</div>");
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user