diff --git a/server/src/main.ts b/server/src/main.ts index d22a83b..3bc9e5a 100644 --- a/server/src/main.ts +++ b/server/src/main.ts @@ -203,7 +203,6 @@ io.on("connection", (socket: Socket) => { }); - /** * Handles player rejoining a room. * @param data - The data for rejoining the room.