Remove call to neighborChanged() (#3497)

Fixes #3462
This commit is contained in:
Kyle VanderBeek
2018-05-27 11:46:08 -07:00
committed by yueh
parent 9481c9a7d7
commit 3e09c49e03
@@ -67,7 +67,6 @@ public class ToolQuartzWrench extends AEBaseItem implements IAEWrench, IToolHamm
if( b.rotateBlock( world, pos, side ) )
{
b.neighborChanged( Platform.AIR_BLOCK.getDefaultState(), world, pos, Platform.AIR_BLOCK, pos );
player.swingArm( hand );
return !world.isRemote ? EnumActionResult.SUCCESS : EnumActionResult.FAIL;
}