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 528db82 commit 2a907daCopy full SHA for 2a907da
Assets/BossRoom/Scripts/Shared/Net/UnityServices/Lobbies/LobbyServiceFacade.cs
@@ -127,7 +127,7 @@ void OnSuccess(Lobby lobby)
127
}
128
m_UnityServiceErrorMessagePub.Publish(new UnityServiceErrorMessage("Host left the lobby","Disconnecting."));
129
ForceLeaveLobbyAttempt();
130
- // no need to disconnect NGO, it should already be handled by NGO callback to disconnect
+ // no need to disconnect Netcode, it should already be handled by Netcode's callback to disconnect
131
132
133
0 commit comments