diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 9c9e7174..42521802 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -1900,7 +1900,7 @@ void Player::cardMenuAction() default: ; } } - game->sendGameCommand(prepareGameCommand(commandList)); + game->sendGameCommand(prepareGameCommand(commandList), getId()); } void Player::actIncPT(int deltaP, int deltaT)