From 67f2486c519fd91c9573cfda80ff577597367e96 Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Wed, 4 Jan 2023 19:52:53 +0100 Subject: [PATCH] ; --- WEB/Controller/UserController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Controller/UserController.php b/WEB/Controller/UserController.php index ebc437f6..c22977df 100644 --- a/WEB/Controller/UserController.php +++ b/WEB/Controller/UserController.php @@ -118,7 +118,7 @@ class UserController const socketIO = require(module +"socket.io"); io = socketIO("http://82.165.180.114:3000") $io.to($userGroup).emit("launchGame"); - ' + '; } catch (Exception $e) { $error = $e->getMessage(); require($rep . $vues['erreur']);