Fixed #5895
This commit is contained in:
@@ -90,7 +90,7 @@ public class LaserTurret extends PowerTurret{
|
||||
return;
|
||||
}
|
||||
|
||||
if(reload <= 0 && (consValid() || cheating())){
|
||||
if(reload <= 0 && (consValid() || cheating()) && !charging){
|
||||
BulletType type = peekAmmo();
|
||||
|
||||
shoot(type);
|
||||
|
||||
Reference in New Issue
Block a user