This commit is contained in:
Anuken
2020-09-12 14:57:00 -04:00
parent 640a45ea66
commit b58b6c7361
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ public class DesktopInput extends InputHandler{
table.button(Icon.up, Styles.clearPartiali, () -> {
ui.planet.show(state.getSector(), player.team().core());
}).visible(() -> state.isCampaign()).tooltip("@launchcore");
}).visible(() -> state.isCampaign()).tooltip("@launchcore").disabled(b -> player.team().core() == null);
}
void pollInput(){