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