Fixed Elytra upgrade not working on servers. Oops!
This commit is contained in:
parent
6cd78757bf
commit
d26b300b7b
|
@ -1,3 +1,8 @@
|
|||
------------------------------------------------------
|
||||
Version 2.0.0-37
|
||||
------------------------------------------------------
|
||||
- Fixed Elytra upgrade not working on servers. Oops!
|
||||
|
||||
------------------------------------------------------
|
||||
Version 2.0.0-36
|
||||
------------------------------------------------------
|
||||
|
|
|
@ -47,7 +47,6 @@ public class PlayerFallDistancePacketProcessor implements IMessage, IMessageHand
|
|||
return null;
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void onMessageFromClient(EntityPlayer player)
|
||||
{
|
||||
player.fallDistance = fallDistance;
|
||||
|
|
Loading…
Reference in a new issue