Just to be sure
This commit is contained in:
parent
5a754c9b66
commit
2878f4e5a3
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public abstract class GT_MetaTileEntity_MultiBlockBase extends MetaTileEntity {
|
||||||
} else {
|
} else {
|
||||||
if(tHatch.mAuto){
|
if(tHatch.mAuto){
|
||||||
//if not (fullyRepaired or autoMaintenanceIdle) == if notFullyRepaired and autoMaintenanceReady
|
//if not (fullyRepaired or autoMaintenanceIdle) == if notFullyRepaired and autoMaintenanceReady
|
||||||
if(!(mWrench&&mScrewdriver&&mSoftHammer&&mHardHammer&&mSolderingTool&&mCrowbar || tHatch.getBaseMetaTileEntity().isActive())) {
|
if(!((mWrench&&mScrewdriver&&mSoftHammer&&mHardHammer&&mSolderingTool&&mCrowbar) || tHatch.getBaseMetaTileEntity().isActive())) {
|
||||||
mWrench = mScrewdriver = mSoftHammer = mHardHammer = mSolderingTool = mCrowbar = true;
|
mWrench = mScrewdriver = mSoftHammer = mHardHammer = mSolderingTool = mCrowbar = true;
|
||||||
tHatch.getBaseMetaTileEntity().setActive(true);
|
tHatch.getBaseMetaTileEntity().setActive(true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue