another test change

This commit is contained in:
Zutatensuppe 2020-11-07 12:27:37 +01:00
parent 68a20fd71c
commit 426c8578e5

View file

@ -27,9 +27,7 @@ app.use('/', (req, res, next) => {
app.listen(port, hostname, () => console.log(`server running on http://${hostname}:${port}`))
const players = {
}
const players = {}
const games = {}
const wss = new WebSocketServer(config.ws);