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