Fix conflict

This commit is contained in:
Gregoire Parant 2020-10-22 02:03:58 +02:00
parent 7df605e771
commit bd4b6e468e

View file

@ -184,10 +184,6 @@ export class GameRoom {
}
}
get isFull() : boolean {
return this.getUsers().size > MAX_USERS_PER_ROOM;
}
/**
* Makes a user leave a group and closes and destroy the group if the group contains only one remaining person.
*