This commit is contained in:
Robert Paciorek 2024-03-02 00:04:22 +00:00
parent c35226cc4e
commit f1865bd4a3

View File

@ -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