This commit is contained in:
Anuken 2024-05-27 18:25:39 -04:00
parent a76f70f3a6
commit 05c2d47d51

View File

@ -408,7 +408,7 @@ public class Turret extends ReloadTurret{
if(hasAmmo()){
if(Float.isNaN(reloadCounter)) reloadCounter = 0;
if(timer(timerTarget, target == null ? newTargetInterval : targetInterval)){
if(timer(timerTarget, target != null ? newTargetInterval : targetInterval)){
findTarget();
}