Skip to content

Commit 0daecd7

Browse files
fix: username changing before game (#499)
1 parent d26d8e6 commit 0daecd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/BossRoom/Scripts/Client/Game/State/ClientMainMenuState.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ void OnAuthSignIn()
9393
Debug.Log($"Signed in. Unity Player ID {AuthenticationService.Instance.PlayerId}");
9494

9595
localUser.ID = AuthenticationService.Instance.PlayerId;
96-
localUser.DisplayName = m_NameGenerationData.GenerateName();
9796
// The local LobbyUser object will be hooked into UI before the LocalLobby is populated during lobby join, so the LocalLobby must know about it already when that happens.
9897
localLobby.AddUser(localUser);
9998
}

0 commit comments

Comments
 (0)