Skip to content

Commit 3c9f73d

Browse files
fix: no popup when incompatible build types [MTT-3689] (#667)
1 parent cf0a3af commit 3c9f73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/BossRoom/Scripts/Game/ConnectionManagement/ClientGameNetPortal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ private void OnDisconnectOrTimeout(ulong clientID)
156156
case ConnectStatus.UserRequestedDisconnect:
157157
case ConnectStatus.HostEndedSession:
158158
case ConnectStatus.ServerFull:
159+
case ConnectStatus.IncompatibleBuildType:
159160
m_ApplicationController.LeaveSession(false); // go through the normal leave flow
160161
break;
161162
case ConnectStatus.LoggedInAgain:

0 commit comments

Comments
 (0)