*/
@Override
public synchronized void fold(MutableSeatedPlayer player)
throws IllegalActionException {
round.fold(player);
mediatingTable.publishFoldEvent(new FoldEvent(player.getId()));
PlayingTableState.logger.info(player.getName() + ": folds");
checkIfEndedAndChangeRound();
}