Skip to content

Commit c02f613

Browse files
committed
Reverted unnecessary change
1 parent 85c3bc8 commit c02f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BossRoom/Scripts/Shared/Net/ConnectionManagement/ClientGameNetPortal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void OnDisconnectOrTimeout(ulong clientID)
131131
//disconnect that happened for some other reason than user UI interaction--should display a message.
132132
DisconnectReason.SetDisconnectReason(ConnectStatus.GenericDisconnect);
133133
}
134-
SceneManager.LoadSceneAsync("MainMenu");
134+
SceneManager.LoadScene("MainMenu");
135135
}
136136
else if (DisconnectReason.Reason == ConnectStatus.GenericDisconnect || DisconnectReason.Reason == ConnectStatus.Undefined)
137137
{

0 commit comments

Comments
 (0)