mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Skip launch pad destination text for clients
This commit is contained in:
parent
02e6257a66
commit
0ffe2ed51a
@ -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(() -> {
|
||||
|
Loading…
Reference in New Issue
Block a user