Skip to content

Commit

Permalink
purge loaded stats.xml scores if converting while etterna
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 3, 2017
1 parent f455c7e commit bf07bc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2243,6 +2243,9 @@ void Profile::ImportScoresToEtterna() {
}
}
}

if (IsEtternaProfile)
m_SongHighScores.clear();
}

XNode* Profile::SaveEttScoresCreateNode() const {
Expand Down

0 comments on commit bf07bc3

Please sign in to comment.