Fixed #11645
This commit is contained in:
@@ -356,6 +356,13 @@ public class Turret extends ReloadTurret{
|
|||||||
return isShooting() || (reloadCounter < reload && totalShots > 0);
|
return isShooting() || (reloadCounter < reload && totalShots > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public BlockStatus status(){
|
||||||
|
if(enabled && !hasAmmo()) return BlockStatus.noInput;
|
||||||
|
|
||||||
|
return super.status();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canControl(){
|
public boolean canControl(){
|
||||||
return playerControllable;
|
return playerControllable;
|
||||||
|
|||||||
Reference in New Issue
Block a user