From dfc9ccb40988bf43f0df9c58949ee8d1e857b181 Mon Sep 17 00:00:00 2001 From: SEBASTIAN JN Date: Wed, 15 Jan 2025 19:23:05 -0300 Subject: [PATCH] update server/src/main.ts --- server/src/main.ts | 1 - 1 file changed, 1 deletion(-) 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.