mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Fixed #2752
This commit is contained in:
parent
3bf01334c9
commit
482ec4b43c
1 changed files with 5 additions and 0 deletions
|
|
@ -129,6 +129,11 @@ public class LaunchPad extends Block{
|
|||
|
||||
@Override
|
||||
public void buildConfiguration(Table table){
|
||||
if(!state.isCampaign()){
|
||||
deselect();
|
||||
return;
|
||||
}
|
||||
|
||||
table.button(Icon.upOpen, Styles.clearTransi, () -> {
|
||||
ui.planet.showSelect(state.rules.sector, other -> state.secinfo.destination = other);
|
||||
deselect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue