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 1732491807.4391 - Generated in 0.025 seconds, 13 queries executed - Memory usage: 1.36 MiB (Peak: 1.45 MiB) ]