mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Specify the player when triggering a move on a revealed card
Fixes #72, #493
This commit is contained in:
@@ -1900,7 +1900,7 @@ void Player::cardMenuAction()
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
game->sendGameCommand(prepareGameCommand(commandList));
|
||||
game->sendGameCommand(prepareGameCommand(commandList), getId());
|
||||
}
|
||||
|
||||
void Player::actIncPT(int deltaP, int deltaT)
|
||||
|
||||
Reference in New Issue
Block a user