correction
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Johan LACHENAL 2 years ago
parent 08a5b5838c
commit e69755b697

@ -17,10 +17,10 @@ io.on('connection', socket => {
}) })
console.log('ioOnConnection'); console.log('ioOnConnection');
io.on('launchGame') , function () { io.on('launchGame' , function () {
console.log('launch the game'); console.log('launch the game');
location.reload(); location.reload();
} })
console.log('ioLaunchGame'); console.log('ioLaunchGame');
server.listen(3000, () => { server.listen(3000, () => {

Loading…
Cancel
Save