From 1e77f77d4ea52e629bbd57362a790c3c8d230667 Mon Sep 17 00:00:00 2001 From: Death Killer <884052+deathkiller@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:59:53 +0100 Subject: [PATCH] Fixed build --- Sources/Jazz2/UI/Menu/HighscoresSection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Jazz2/UI/Menu/HighscoresSection.cpp b/Sources/Jazz2/UI/Menu/HighscoresSection.cpp index 5d482bfc..a62890d9 100644 --- a/Sources/Jazz2/UI/Menu/HighscoresSection.cpp +++ b/Sources/Jazz2/UI/Menu/HighscoresSection.cpp @@ -505,7 +505,7 @@ namespace Jazz2::UI::Menu AccountProfileBase profileBase; AccountUserData userData; accountProfileGet(&profile, &userData, &profileBase); - String userName = profileBase.name; + String userName = profileBase.nickname; accountProfileClose(&profile); } accountExit();