We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c3bc8 commit c02f613Copy full SHA for c02f613
Assets/BossRoom/Scripts/Shared/Net/ConnectionManagement/ClientGameNetPortal.cs
@@ -131,7 +131,7 @@ private void OnDisconnectOrTimeout(ulong clientID)
131
//disconnect that happened for some other reason than user UI interaction--should display a message.
132
DisconnectReason.SetDisconnectReason(ConnectStatus.GenericDisconnect);
133
}
134
- SceneManager.LoadSceneAsync("MainMenu");
+ SceneManager.LoadScene("MainMenu");
135
136
else if (DisconnectReason.Reason == ConnectStatus.GenericDisconnect || DisconnectReason.Reason == ConnectStatus.Undefined)
137
{
0 commit comments