This commit is contained in:
Anuken
2021-07-06 16:32:42 -04:00
parent 017552f573
commit 0ba26b22c0
2 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ public class LiquidTurret extends Turret{
@Override
public boolean shouldActiveSound(){
return wasShooting;
return wasShooting && enabled;
}
@Override