Skip to content

Commit 8e98278

Browse files
cleanup
1 parent 8680645 commit 8e98278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Gameplay/GameState/ClientMainMenuState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private void OnAuthSignIn()
9898

9999
m_LocalUser.ID = AuthenticationService.Instance.PlayerId;
100100

101-
// The local LobbyUser object will be hooked into UI before the LocalSession is populated during session join, so the LocalSession must know about it already when that happens.
101+
// The local SessionUser object will be hooked into UI before the LocalSession is populated during session join, so the LocalSession must know about it already when that happens.
102102
m_LocalSession.AddUser(m_LocalUser);
103103
}
104104

0 commit comments

Comments
 (0)