From bd4b6e468e4ee1945a69e7799cb8e0367c152512 Mon Sep 17 00:00:00 2001 From: Gregoire Parant Date: Thu, 22 Oct 2020 02:03:58 +0200 Subject: [PATCH] Fix conflict --- back/src/Model/GameRoom.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/back/src/Model/GameRoom.ts b/back/src/Model/GameRoom.ts index 10a7ecc0..e0474e1d 100644 --- a/back/src/Model/GameRoom.ts +++ b/back/src/Model/GameRoom.ts @@ -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. *