Merge branch '1.6.4' of https://github.com/squeek502/Squake into 1.7.x

This commit is contained in:
Ryan Liptak 2017-07-14 20:41:13 -07:00
commit 7407d8c997

View File

@ -100,7 +100,7 @@ public class QuakeClientPlayer extends ClientPlayerBase
@Override
public void moveFlying(float sidemove, float forwardmove, float wishspeed)
{
if ((this.player.capabilities.isFlying && this.player.ridingEntity == null) || this.player.isInWater() || this.player.isInLava())
if ((this.player.capabilities.isFlying && this.player.ridingEntity == null) || this.player.isInWater() || this.player.handleLavaMovement())
{
super.moveFlying(sidemove, forwardmove, wishspeed);
return;