This commit is contained in:
Anuken
2019-05-28 09:24:13 -04:00
parent 752267c521
commit bd134bf9c9
4 changed files with 4 additions and 29 deletions

View File

@@ -795,7 +795,7 @@ public class Player extends Unit implements BuilderTrait, ShooterTrait{
}
public boolean isShooting(){
return isShooting && (!isBoosting || mech.flying);
return isShooting && (!isBoosting || mech.flying) && mining == null;
}
public void updateRespawning(){