Fixed #2752
This commit is contained in:
@@ -129,6 +129,11 @@ public class LaunchPad extends Block{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void buildConfiguration(Table table){
|
public void buildConfiguration(Table table){
|
||||||
|
if(!state.isCampaign()){
|
||||||
|
deselect();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
table.button(Icon.upOpen, Styles.clearTransi, () -> {
|
table.button(Icon.upOpen, Styles.clearTransi, () -> {
|
||||||
ui.planet.showSelect(state.rules.sector, other -> state.secinfo.destination = other);
|
ui.planet.showSelect(state.rules.sector, other -> state.secinfo.destination = other);
|
||||||
deselect();
|
deselect();
|
||||||
|
|||||||
Reference in New Issue
Block a user