From c81876ac6c3b77db8af1fcd29beca1436af33816 Mon Sep 17 00:00:00 2001 From: johan Date: Tue, 3 Jan 2023 18:00:08 +0100 Subject: [PATCH] reparation --- WEB/Model/UserModel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Model/UserModel.php b/WEB/Model/UserModel.php index a4094b26..13bf2a35 100644 --- a/WEB/Model/UserModel.php +++ b/WEB/Model/UserModel.php @@ -30,8 +30,8 @@ class UserModel if($this->utilisateur_gateway->queueFilled()) { $_REQUEST['action']='launchGame'; - return; } + return; } echo '2'; if (!$this->partie_gateway->partieInQueueExists()) {