Turret heat cleanup

This commit is contained in:
Anuken
2021-08-11 10:31:36 -04:00
parent ec89db7cb1
commit 5d86390e28
10 changed files with 1 additions and 1 deletions

View File

@@ -141,7 +141,7 @@ public class LaunchPad extends Block{
public void display(Table table){
super.display(table);
if(!state.isCampaign() || net.client()) return;
if(!state.isCampaign() || net.client() || team != player.team()) return;
table.row();
table.label(() -> {