From 86fe22fc65d96a56e522609ff484ad75b6f9ffad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Fri, 13 Jan 2023 18:08:21 +0100 Subject: [PATCH] Modif playerNumberPerGame --- Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Config.php b/Config/Config.php index 9f744e52..fce1d390 100644 --- a/Config/Config.php +++ b/Config/Config.php @@ -52,7 +52,7 @@ $error = ""; // Server $serverAdress = "82.165.180.114"; -$playerNumberPerGame = 3; +$playerNumberPerGame = 2; $nbEnigmePerGame = 2;