practice mode integrated to the onboarding tutorial
This commit is contained in:
@@ -169,11 +169,7 @@ public class GameCanvas : MonoBehaviour
|
||||
CupidLobby.instance.Cancel();
|
||||
LoginManager.ClearMatchYourTeam();
|
||||
|
||||
if (NetworkManager.singleton != null && NetworkClient.active)
|
||||
{
|
||||
NetManager.MarkIntentionalClientDisconnect();
|
||||
NetworkManager.singleton.StopClient();
|
||||
}
|
||||
NetManager.StopNetworkingForSceneChange();
|
||||
|
||||
LevelLoadManager.LoadLevel("MainMenu");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user