mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Update the usercount when receiving new information
This commit is contained in:
parent
2120049cc0
commit
ef9b1a0b33
|
|
@ -656,6 +656,7 @@
|
|||
|
||||
case 'usercount':
|
||||
this.userCount.globalUsers = parseInt(row[1], 10);
|
||||
this.userList.updateUserCount();
|
||||
break;
|
||||
|
||||
case 'formats':
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user