diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 3541bd1ce3..7ed9a5f354 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -370,7 +370,7 @@ void ScreenGameplay::Init() m_ShowScoreboard=false; //the following is only used in SMLAN/SMOnline - if( NSMAN->useSMserver ) + if( NSMAN->useSMserver && ( !GAMESTATE->PlayerUsingBothSides() ) ) { PlayerNumber pn = GAMESTATE->GetFirstDisabledPlayer(); if( pn != PLAYER_INVALID )