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 cf0a3af commit 3c9f73dCopy full SHA for 3c9f73d
Assets/BossRoom/Scripts/Game/ConnectionManagement/ClientGameNetPortal.cs
@@ -156,6 +156,7 @@ private void OnDisconnectOrTimeout(ulong clientID)
156
case ConnectStatus.UserRequestedDisconnect:
157
case ConnectStatus.HostEndedSession:
158
case ConnectStatus.ServerFull:
159
+ case ConnectStatus.IncompatibleBuildType:
160
m_ApplicationController.LeaveSession(false); // go through the normal leave flow
161
break;
162
case ConnectStatus.LoggedInAgain:
0 commit comments