improve chat
This commit is contained in:
parent
2ae3d43354
commit
61ae57a850
14 changed files with 306 additions and 33 deletions
|
@ -16,7 +16,7 @@ class GameServer {
|
|||
})[0];
|
||||
|
||||
if (!room || room.full) {
|
||||
room = new Room();
|
||||
room = new Room(this);
|
||||
this.rooms.set(room.name, room);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue