Skip to content

Commit 2790757

Browse files
Update Assets/BossRoom/Scripts/Shared/Net/ConnectionManagement/ServerGameNetPortal.cs
1 parent 3d95fff commit 2790757

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ IEnumerator WaitToShutdown()
121121
yield return null; // todo still needed? wait for UTP's update for it to send it's batched messages
122122
yield return null;
123123
SessionManager<SessionPlayerData>.Instance.OnUserDisconnectRequest();
124-
Debug.Log("shutdown");
125124
m_Portal.NetManager.Shutdown();
126125
SceneLoaderWrapper.Instance.IsClosingClients = false;
127126
}

0 commit comments

Comments
 (0)