Fixed Elytra upgrade not working on servers. Oops!

This commit is contained in:
WayofTime 2016-05-11 18:38:38 -04:00
parent 6cd78757bf
commit d26b300b7b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
------------------------------------------------------
Version 2.0.0-37
------------------------------------------------------
- Fixed Elytra upgrade not working on servers. Oops!
------------------------------------------------------
Version 2.0.0-36
------------------------------------------------------

View file

@ -47,7 +47,6 @@ public class PlayerFallDistancePacketProcessor implements IMessage, IMessageHand
return null;
}
@SideOnly(Side.CLIENT)
public void onMessageFromClient(EntityPlayer player)
{
player.fallDistance = fallDistance;