Commit ea106718 authored by Fabio Bas's avatar Fabio Bas
Browse files

Specify the player when triggering a move on a revealed card

Fixes #72, #493
parent f5293579
......@@ -1900,7 +1900,7 @@ void Player::cardMenuAction()
default: ;
}
}
game->sendGameCommand(prepareGameCommand(commandList));
game->sendGameCommand(prepareGameCommand(commandList), getId());
}
void Player::actIncPT(int deltaP, int deltaT)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment