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.
2 parents a5850fd + 3c9f73d commit 215d75bCopy full SHA for 215d75b
Assets/BossRoom/Scripts/Gameplay/ConnectionManagement/ClientGameNetPortal.cs
@@ -157,6 +157,7 @@ private void OnDisconnectOrTimeout(ulong clientID)
157
case ConnectStatus.UserRequestedDisconnect:
158
case ConnectStatus.HostEndedSession:
159
case ConnectStatus.ServerFull:
160
+ case ConnectStatus.IncompatibleBuildType:
161
162
m_QuitGameSessionPub.Publish(new QuitGameSessionMessage() { UserRequested = false }); // go through the normal leave flow
163
break;
0 commit comments