Turret heat cleanup
This commit is contained in:
@@ -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(() -> {
|
||||
|
||||
Reference in New Issue
Block a user