Check blast furnace upgrades both on client and server. Closes #1694
This commit is contained in:
parent
0b09ec8390
commit
01103a26ba
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public class TileIndustrialBlastFurnace extends TileGenericMachine implements IC
|
|||
multiblockChecker = new MultiblockChecker(world, downCenter);
|
||||
}
|
||||
|
||||
if (!world.isRemote && getMutliBlock()){
|
||||
if (getMutliBlock()){
|
||||
super.update();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue