Update ExtraTurn in PlayerView

This commit is contained in:
Hanmac
2018-11-08 08:28:32 +01:00
parent ebdfd94f85
commit 2d4174c6d8
2 changed files with 15 additions and 0 deletions

View File

@@ -412,6 +412,8 @@ public final class CMatchUI
if (vHand != null) {
vHand.getLayoutControl().updateHand();
}
// update Cards in Hand
getFieldViewFor(owner).updateDetails();
}
if (updateAnte) {
cAntes.update();