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();