public static bool LeaveLobby() { if (connected && Server == ServerConnection.MasterServer) { return(networkingPeer.OpLeaveLobby()); } return(false); }
public static bool LeaveLobby() { return((connected && (Server == ServerConnection.MasterServer)) && networkingPeer.OpLeaveLobby()); }