forked from SoDOff-Project/sodoff-mmo
bugfix
This commit is contained in:
parent
c35226cc4e
commit
f1865bd4a3
@ -261,8 +261,6 @@ public class RacingLobby {
|
|||||||
break;
|
break;
|
||||||
// set client state in Lobby
|
// set client state in Lobby
|
||||||
player.Value.state = RacingPlayerState.InRacingRoom;
|
player.Value.state = RacingPlayerState.InRacingRoom;
|
||||||
// mark client to remove from Lobby
|
|
||||||
toRemove.Add(player.Key);
|
|
||||||
// send TID info to client
|
// send TID info to client
|
||||||
player.Key.Send(room.GetTIDPacket());
|
player.Key.Send(room.GetTIDPacket());
|
||||||
// set client state in racing room
|
// set client state in racing room
|
||||||
|
Loading…
x
Reference in New Issue
Block a user