From a7391a1d3cdfb31c0d5735ff1aa3d899f1bd446b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Garnier?= Date: Sat, 14 Jan 2023 19:20:45 +0100 Subject: [PATCH] $playerNumberPerGame = 2; $nbEnigmePerGame = 1; --- Config/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Config.php b/Config/Config.php index c0d58393..7ea4d7af 100644 --- a/Config/Config.php +++ b/Config/Config.php @@ -53,5 +53,5 @@ $error = ""; // Server $serverAdress = "82.165.180.114"; -$playerNumberPerGame = 3; +$playerNumberPerGame = 2; $nbEnigmePerGame = 1; \ No newline at end of file