Removed Pointless value.

This commit is contained in:
AlgorithmX2 2014-05-03 19:20:20 -05:00
parent 5f58bdc785
commit 58763ef17f

View file

@ -52,7 +52,6 @@ public class PartPlacement
float f = 1.0F;
double d0 = (double) mc.playerController.getBlockReachDistance();
double d1 = d0;
Vec3 vec3 = mc.renderViewEntity.getPosition( f );
if ( mop != null && mop.hitVec.distanceTo( vec3 ) < d0 )