Skip to content

Commit

Permalink
show old scores by default in prep for wife2 becoming legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 14, 2020
1 parent dba2a84 commit e8de60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Singletons/DownloadManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class DownloadManager
void RefreshRegisterPage();
bool currentrateonly = false;
bool topscoresonly = true;
bool ccoffonly = true;
bool ccoffonly = false;
void RefreshCountryCodes();
void RequestReplayData(const string& scorekey,
int userid,
Expand Down

0 comments on commit e8de60c

Please sign in to comment.