Check blast furnace upgrades both on client and server. Closes #1694

This commit is contained in:
drcrazy 2019-03-26 14:28:38 +03:00
parent 0b09ec8390
commit 01103a26ba

View file

@ -137,7 +137,7 @@ public class TileIndustrialBlastFurnace extends TileGenericMachine implements IC
multiblockChecker = new MultiblockChecker(world, downCenter);
}
if (!world.isRemote && getMutliBlock()){
if (getMutliBlock()){
super.update();
}
}