diff --git a/stepmania/src/StatsManager.cpp b/stepmania/src/StatsManager.cpp index 57a5b6c5b2..7e8c44a983 100644 --- a/stepmania/src/StatsManager.cpp +++ b/stepmania/src/StatsManager.cpp @@ -159,6 +159,9 @@ void AddPlayerStatsToProfile( Profile *pProfile, const StageStats &ss, PlayerNum void StatsManager::CommitStatsToProfiles( const StageStats *pSS ) { + if( GAMESTATE->m_bMultiplayer ) + return; + // // Add step totals. Use radarActual, since the player might have failed part way // through the song, in which case we don't want to give credit for the rest of the