diff --git a/server/index.js b/server/index.js index d288f51..2fe7a04 100644 --- a/server/index.js +++ b/server/index.js @@ -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);