Skip to content

Commit

Permalink
clarity for negbpm/fake score invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed May 8, 2020
1 parent 9d63b19 commit 73f2386
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Etterna/Actor/Gameplay/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,10 @@ Player::Load()
m_NoteData.UnsetSerializedNoteData();

if (m_pPlayerStageStats != nullptr) {
// if we can ensure that files that have fakes or warps no longer
// inflate file rating, we can actually lift this restriction, look into
// it for 0.70 calc release, related: we can look at solo upload stuff
// as well
if (m_Timing->HasWarps() || m_Timing->HasFakes())
m_pPlayerStageStats->filehadnegbpms = true;

Expand Down

0 comments on commit 73f2386

Please sign in to comment.