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, () => {