Incorrect reset (#6477)
This commit is contained in:
committed by
GitHub
parent
f8af593177
commit
9825d2f746
@@ -269,7 +269,7 @@ public class Turret extends ReloadTurret{
|
||||
}
|
||||
|
||||
if(hasAmmo()){
|
||||
if(Float.isNaN(reload)) rotation = 0;
|
||||
if(Float.isNaN(reload)) reload = 0;
|
||||
|
||||
if(timer(timerTarget, targetInterval)){
|
||||
findTarget();
|
||||
|
||||
Reference in New Issue
Block a user