Removed bad code from Elytra upgrade.

This commit is contained in:
WayofTime 2016-05-01 22:33:13 -04:00
parent d3379ff69b
commit bc7760b11b

View file

@ -19,10 +19,7 @@ public class LivingArmourUpgradeElytra extends LivingArmourUpgrade
@Override
public void onTick(World world, EntityPlayer player, ILivingArmour livingArmour)
{
if (!world.isRemote && player.motionY > -0.5)
{
player.fallDistance = 1;
}
}
@Override