mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-19 16:57:15 +07:00
Fixed #5895
This commit is contained in:
parent
be5d9154a7
commit
cc689fd114
Binary file not shown.
Before Width: | Height: | Size: 462 B |
Binary file not shown.
Before Width: | Height: | Size: 524 B |
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user