mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
Merge 06facb1ea3 into 10f8967023
This commit is contained in:
commit
f2c7b2fa67
|
|
@ -2763,7 +2763,7 @@ export const PS = new class extends PSModel {
|
|||
if (!PS.server.registered) return;
|
||||
let autojoins: string[] = [];
|
||||
let autojoinCount = 0;
|
||||
let rooms = this.rightRoomList;
|
||||
let rooms = [...this.rightRoomList, ...this.leftRoomList, ...this.miniRoomList];
|
||||
for (let roomid of rooms) {
|
||||
let room = PS.rooms[roomid] as ChatRoom;
|
||||
if (!room) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user