Fixed on input event handler

This commit is contained in:
clerie 2018-04-03 12:52:21 +02:00
parent d5d93a126a
commit 391d6952bf
1 changed files with 1 additions and 1 deletions

View File

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