Skip to content

Commit

Permalink
actually flag etterna profiles as... etterna profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 3, 2017
1 parent d013f3f commit 4073f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ ProfileLoadResult Profile::LoadStatsFromDir(RString dir, bool require_signature)
ProfileLoadResult Profile::LoadEttFromDir(RString dir) {
dir += PROFILEMAN->GetStatsPrefix();
profiledir = dir;
IsEtternaProfile = true;
RString fn = dir + ETT_XML;
bool compressed = false;
if (!IsAFile(fn)) {
Expand Down

0 comments on commit 4073f0a

Please sign in to comment.