Skip to content

Commit

Permalink
save profile after importing scores
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 28, 2017
1 parent 4730ada commit 65ca243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,8 @@ void Profile::ImportScoresToEtterna() {
LOG->Trace("Finished import of %i scores to etterna profile. %i scores were not imported.", loaded, notloaded);
SCREENMAN->SystemMessage("Finished import of %i scores. %i scores were not imported. See log for details.");
CalculateStatsFromScores();

PROFILEMAN->SaveProfile(PLAYER_1);
}

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

0 comments on commit 65ca243

Please sign in to comment.