mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Bugfixes
This commit is contained in:
parent
260a6bac6d
commit
7c1d035977
7 changed files with 85 additions and 32 deletions
|
|
@ -354,8 +354,7 @@ public class DesktopInput extends InputHandler{
|
|||
|
||||
table.button(Icon.up, Styles.clearPartiali, () -> {
|
||||
ui.planet.show(state.getSector(), player.team().core());
|
||||
}).visible(() -> state.isCampaign())
|
||||
.disabled(b -> player.team().core() == null || !player.team().core().items.has(player.team().core().block.requirements)).tooltip("@launchcore");
|
||||
}).visible(() -> state.isCampaign()).tooltip("@launchcore");
|
||||
}
|
||||
|
||||
void pollInput(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue