mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Fix so buttons display appropriately
This commit is contained in:
@@ -197,7 +197,12 @@ public class PlayerPanel extends FContainer {
|
||||
}
|
||||
});
|
||||
|
||||
setMayEdit(mayEdit0);
|
||||
if (mayEdit == mayEdit0) {
|
||||
updateVariantControlsVisibility();
|
||||
}
|
||||
else {
|
||||
setMayEdit(false);
|
||||
}
|
||||
setMayControl(mayControl0);
|
||||
|
||||
//disable team combo boxes for now
|
||||
|
||||
Reference in New Issue
Block a user