Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2022-01-10 23:43:18 -05:00
8 changed files with 138 additions and 43 deletions
@@ -360,7 +360,7 @@ public class Turret extends ReloadTurret{
updateReload();
if(hasAmmo()){
if(Float.isNaN(reload)) rotation = 0;
if(Float.isNaN(reload)) reload = 0;
if(timer(timerTarget, targetInterval)){
findTarget();