From f1865bd4a330f7f123d916d3fce66a200310942f Mon Sep 17 00:00:00 2001 From: Robert Paciorek Date: Sat, 2 Mar 2024 00:04:22 +0000 Subject: [PATCH] bugfix --- src/Core/Racing.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Core/Racing.cs b/src/Core/Racing.cs index c17b3d7..ff370fa 100644 --- a/src/Core/Racing.cs +++ b/src/Core/Racing.cs @@ -261,8 +261,6 @@ public class RacingLobby { break; // set client state in Lobby player.Value.state = RacingPlayerState.InRacingRoom; - // mark client to remove from Lobby - toRemove.Add(player.Key); // send TID info to client player.Key.Send(room.GetTIDPacket()); // set client state in racing room