You need to go to one of the voids which sends the room data and change a
Message.AppendBoolean(false);
to
Message.AppendBoolean(true);
Not sure which one, have to experiment and see what happens
internal void SerializeRoomData(ServerMessage Response, bool FromView, GameClient Session, bool SendRoom = false)
Response.AppendBoolean(true);
internal void OnRoomUserAdd()
internal void OnRoomUserAdd()
Response.AppendBoolean(false);
Response.AppendBoolean(false);
Response.AppendBoolean(false);
Response.AppendBoolean(false);
On this part
which one is is? theres 4 of theseCode:internal void OnRoomUserAdd()
Code:Response.AppendBoolean(false); Response.AppendBoolean(false); Response.AppendBoolean(false); Response.AppendBoolean(false);
the first just makes you reload the room doesn't let you enter? so do you know which one? or is all of them wrong?