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