Specify the player when triggering a move on a revealed card
Fixes #72, #493
This commit is contained in:
parent
f52935791c
commit
ea1067189d
1 changed files with 1 additions and 1 deletions
|
@ -1900,7 +1900,7 @@ void Player::cardMenuAction()
|
|||
default: ;
|
||||
}
|
||||
}
|
||||
game->sendGameCommand(prepareGameCommand(commandList));
|
||||
game->sendGameCommand(prepareGameCommand(commandList), getId());
|
||||
}
|
||||
|
||||
void Player::actIncPT(int deltaP, int deltaT)
|
||||
|
|
Loading…
Reference in a new issue