diff --git a/src/config/player_profile.cpp b/src/config/player_profile.cpp index e809c28e6..a54c3a8c7 100644 --- a/src/config/player_profile.cpp +++ b/src/config/player_profile.cpp @@ -38,8 +38,9 @@ PlayerProfile::PlayerProfile(const core::stringw& name, bool is_guest) #ifdef DEBUG m_magic_number = 0xABCD1234; #endif - m_name = name; + m_name = name; m_is_guest_account = is_guest; + m_is_default = false; m_use_frequency = is_guest ? -1 : 0; m_unique_id = PlayerManager::get()->getUniqueId(); m_story_mode_status = unlock_manager->createStoryModeStatus();