mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Prevent crash if playing for ante
This commit is contained in:
@@ -129,7 +129,10 @@ public class VPlayerPanel extends FContainer {
|
|||||||
field.update();
|
field.update();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
zoneTabs.get(zoneType).update();
|
InfoTab zoneTab = zoneTabs.get(zoneType);
|
||||||
|
if (zoneTab != null) { //TODO: Support Ante somehow
|
||||||
|
zoneTab.update();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user