mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-15 12:24:28 +07:00
Invert
This commit is contained in:
parent
a76f70f3a6
commit
05c2d47d51
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user