diff --git a/src/Profile.cpp b/src/Profile.cpp index 8ad2c56345..12e95aa3ab 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -2243,6 +2243,9 @@ void Profile::ImportScoresToEtterna() { } } } + + if (IsEtternaProfile) + m_SongHighScores.clear(); } XNode* Profile::SaveEttScoresCreateNode() const {