Invert
This commit is contained in:
@@ -408,7 +408,7 @@ public class Turret extends ReloadTurret{
|
|||||||
if(hasAmmo()){
|
if(hasAmmo()){
|
||||||
if(Float.isNaN(reloadCounter)) reloadCounter = 0;
|
if(Float.isNaN(reloadCounter)) reloadCounter = 0;
|
||||||
|
|
||||||
if(timer(timerTarget, target == null ? newTargetInterval : targetInterval)){
|
if(timer(timerTarget, target != null ? newTargetInterval : targetInterval)){
|
||||||
findTarget();
|
findTarget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user