Skip to content

Commit 2a907da

Browse files
committed
word fix in comment
1 parent 528db82 commit 2a907da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/BossRoom/Scripts/Shared/Net/UnityServices/Lobbies/LobbyServiceFacade.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void OnSuccess(Lobby lobby)
127127
}
128128
m_UnityServiceErrorMessagePub.Publish(new UnityServiceErrorMessage("Host left the lobby","Disconnecting."));
129129
ForceLeaveLobbyAttempt();
130-
// no need to disconnect NGO, it should already be handled by NGO callback to disconnect
130+
// no need to disconnect Netcode, it should already be handled by Netcode's callback to disconnect
131131
}
132132
}
133133
}

0 commit comments

Comments
 (0)