Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Offline
private void CreateJoinRoom(Connection con, Client c, string worldId, bool visible)
{
con = c.Multiplayer.CreateJoinRoom(worldId, "Everybodyedits188", visible, null, null);
con.Send("init");
con.OnMessage += con_OnMessage;
}
Offline
[ Started around 1732490747.0799 - Generated in 0.028 seconds, 12 queries executed - Memory usage: 1.36 MiB (Peak: 1.45 MiB) ]