diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 702d330df1..810f78f7f8 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -2181,6 +2181,7 @@ void ScreenGameplay::Input( const InputEventPlus &input ) if( GAMESTATE->m_bMultiplayer ) { if( input.mp != MultiPlayer_INVALID && + input.type==IET_FIRST_PRESS && input.StyleI.IsValid() && GAMESTATE->IsMultiPlayerEnabled(input.mp) ) {