Error connecting to a room

Options
Hey guys, i can join a room like normal, but after i've left the first game, if i try to make another room after the first game... i get sent to line 1718 of the photonnetwork script...It is as follows...

if (networkingPeer.Server != ServerConnection.MasterServer || !connectedAndReady)
{
Debug.LogWarning("Room already created");

return false;
}

Is there a way to fix this glitch? Am i not disconnecting from the room properly? Would love to get some help, thanks guys!

Comments

  • Fokes
    Options
    Thanks anyway guys, wasnt using PhotonNetwork.LeaveRoom i was just loading the menu...silly me...take care everyone!