mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 13:45:19 -05:00
Connection#rooms, previously a null-prototype roomid:room Object, is now Connection#inRooms, a roomid Set. This, incidentally, makes it stop retaining rooms, which may make the GC's job easier and may also lead to unexpected bugs if we get inconsistent state (we often do get inconsistent state, so look forward to that!) The rename is mostly to put it in line with the new User#inRooms, and for ease of greppability without running into Rooms.rooms. |
||
|---|---|---|
| .. | ||
| rooms.js | ||
| simulator.js | ||
| team-validator.js | ||
| users.js | ||