Fixed on input event handler

This commit is contained in:
clerie 2018-04-03 12:52:21 +02:00
parent d5d93a126a
commit 391d6952bf

View File

@ -21,7 +21,7 @@ function onConnection(socket){
}
}
}
}
});
}
io.on('connection', onConnection);