Skip to content

Commit

Permalink
comment out auto replay migration on profile load
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Oct 9, 2018
1 parent 76f56b4 commit b333460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -926,6 +926,7 @@ Profile::LoadAllFromDir(const RString& sDir,
// Not critical if this fails
LoadEditableDataFromDir(sDir);

/* we dont really need to be doing this automatically anymore, maybe reinstituting as a "migrate replay" button would be worth doing -mina
// move old profile specific replays to the new aggregate folder
RString oldreplaydir = sDir + "ReplayData/";
Expand Down Expand Up @@ -955,7 +956,7 @@ Profile::LoadAllFromDir(const RString& sDir,
FILEMAN->Move(oldreplaydir + r, "Save/Replays/" + r);
}
}
}
}*/

CalculateStatsFromScores(
ld); // note to self: figure out how to tell if this is necessary
Expand Down

0 comments on commit b333460

Please sign in to comment.