From 746aed0369e3e16a349840c41282cd39ddb4a6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Thu, 12 Jan 2023 16:26:59 +0100 Subject: [PATCH] Maj Config.php --- WEB/Config/Config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB/Config/Config.php b/WEB/Config/Config.php index 9f744e52..1bc9f965 100644 --- a/WEB/Config/Config.php +++ b/WEB/Config/Config.php @@ -52,7 +52,7 @@ $error = ""; // Server $serverAdress = "82.165.180.114"; -$playerNumberPerGame = 3; -$nbEnigmePerGame = 2; +$playerNumberPerGame = 2; +$nbEnigmePerGame = 1;