mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix hand hiding after controlled turns
This commit is contained in:
committed by
Hans Mackowiak
parent
63b5eac6b9
commit
e0688d7458
@@ -793,9 +793,11 @@ public final class CMatchUI
|
||||
initHandViews();
|
||||
SLayoutIO.loadLayout(null);
|
||||
view.populate();
|
||||
for (final VHand h : getHandViews()) {
|
||||
h.getLayoutControl().updateHand();
|
||||
final PlayerZoneUpdates zones = new PlayerZoneUpdates();
|
||||
for (final PlayerView p : sortedPlayers) {
|
||||
zones.add(new PlayerZoneUpdate(p, ZoneType.Hand));
|
||||
}
|
||||
updateZones(zones);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user