Fixed compile error from cherry-picked commit.

This commit is contained in:
Gunther De Wachter
2017-06-29 05:47:51 +02:00
parent af85a2bf67
commit 3ac7e518b1
3 changed files with 3 additions and 3 deletions
@@ -106,6 +106,6 @@ public class BlockMolecularAssembler extends AEBaseTileBlock
return true;
}
return super.onBlockActivated( w, pos, state, p, hand, heldItem, side, hitX, hitY, hitZ );
return super.onBlockActivated( w, pos, state, p, hand, side, hitX, hitY, hitZ );
}
}