diff --git a/core/src/mindustry/world/blocks/campaign/LaunchPad.java b/core/src/mindustry/world/blocks/campaign/LaunchPad.java index 03f7343044..03dc5e1f8f 100644 --- a/core/src/mindustry/world/blocks/campaign/LaunchPad.java +++ b/core/src/mindustry/world/blocks/campaign/LaunchPad.java @@ -153,7 +153,7 @@ public class LaunchPad extends Block{ public void display(Table table){ super.display(table); - if(!state.isCampaign()) return; + if(!state.isCampaign() || net.client()) return; table.row(); table.label(() -> {