From b333460e86714cd20f6684d63e57e934f92902b9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 9 Oct 2018 03:55:09 -0400 Subject: [PATCH] comment out auto replay migration on profile load --- src/Profile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Profile.cpp b/src/Profile.cpp index c70a040f99..9e78074d6b 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -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/"; @@ -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