From e69755b69700a3a5c170e4ae8671464d072f51ed Mon Sep 17 00:00:00 2001 From: "johan.lachenal" Date: Wed, 4 Jan 2023 00:37:41 +0100 Subject: [PATCH] correction --- WEB/server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB/server.js b/WEB/server.js index 62aedb8b..6ac98e2d 100644 --- a/WEB/server.js +++ b/WEB/server.js @@ -17,10 +17,10 @@ io.on('connection', socket => { }) console.log('ioOnConnection'); -io.on('launchGame') , function () { +io.on('launchGame' , function () { console.log('launch the game'); location.reload(); -} +}) console.log('ioLaunchGame'); server.listen(3000, () => {