mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Fixed #2988
This commit is contained in:
parent
962d0729d6
commit
c3d0819cc1
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ public class LaunchPad extends Block{
|
|||
public void display(Table table){
|
||||
super.display(table);
|
||||
|
||||
if(!state.isCampaign()) return;
|
||||
|
||||
table.row();
|
||||
table.label(() -> {
|
||||
Sector dest = state.secinfo.getRealDestination();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue