Fixed #2632 (among other things)

This commit is contained in:
Anuken
2020-09-20 15:23:34 -04:00
parent 415380f25e
commit 0a314e142e
9 changed files with 18 additions and 5 deletions

View File

@@ -413,7 +413,7 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
}
if(shouldHide) hide();
}).growX().padTop(2f).height(50f).minWidth(170f);
}).growX().padTop(2f).height(50f).minWidth(170f).disabled(b -> state.rules.sector == sector && !state.isMenu());
}
stable.pack();