if (getClient().getConfig().getConfirm().getTower_place()) {
if (!confirmTowerPlacement(pos)) return;
}
}
if (loc == Location.FLIER) {
getClient().getConnection().send(new RollFlierDiceMessage(getGame().getGameId(), ma.getMeepleType()));
return;
}
if (loc == Location.CLOISTER && abbotOption) {
String options[] = {_("Place as monk"), _("Place as abbot") };
int result = JOptionPane.showOptionDialog(getClient(),