mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Prevent crash if playing for ante
This commit is contained in:
@@ -129,7 +129,10 @@ public class VPlayerPanel extends FContainer {
|
||||
field.update();
|
||||
}
|
||||
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