From 426c8578e5e40cae1ec2cc4f546d93dffaa2249b Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Sat, 7 Nov 2020 12:27:37 +0100 Subject: [PATCH] another test change --- server/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);