mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 08:18:49 -07:00
bugfix in JoinRoom
This commit is contained in:
parent
83e56f745d
commit
445d032a74
@ -64,8 +64,8 @@ public class Client {
|
||||
lock(ClientLock) {
|
||||
LeaveRoom();
|
||||
PlayerData.IsValid = false;
|
||||
Room.AddClient(this);
|
||||
Room = room;
|
||||
Room.AddClient(this);
|
||||
}
|
||||
Send(Room.SubscribeRoom());
|
||||
UpdatePlayerUserVariables();
|
||||
|
Loading…
x
Reference in New Issue
Block a user