diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 4a7f0de86a..dbaf6719c3 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -660,10 +660,6 @@ void GameState::FinishStage() if( m_iNumStagesOfThisSong == 0 ) return; - /* If we haven't committed stats yet, do so. */ - if( !m_bMultiplayer ) // no saved stats in multiplayer - CommitStageStats(); - m_bStatsCommitted = false; // Increment the stage counter.