Fixed #2988
This commit is contained in:
@@ -115,6 +115,8 @@ public class LaunchPad extends Block{
|
|||||||
public void display(Table table){
|
public void display(Table table){
|
||||||
super.display(table);
|
super.display(table);
|
||||||
|
|
||||||
|
if(!state.isCampaign()) return;
|
||||||
|
|
||||||
table.row();
|
table.row();
|
||||||
table.label(() -> {
|
table.label(() -> {
|
||||||
Sector dest = state.secinfo.getRealDestination();
|
Sector dest = state.secinfo.getRealDestination();
|
||||||
|
|||||||
Reference in New Issue
Block a user