diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index 2a3b668851..e2709726f0 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -560,9 +560,6 @@ void GameCommand::ApplyToAllPlayers() const void GameCommand::Apply( PlayerNumber pn ) const { - if( !GAMESTATE->IsHumanPlayer(pn) ) - return; - vector vpns; vpns.push_back( pn ); Apply( vpns );