mirror of
https://github.com/squeek502/Squake.git
synced 2025-09-09 12:07:19 -04:00
Merge branch '1.6.4' of https://github.com/squeek502/Squake into 1.7.x
This commit is contained in:
commit
77d4f97ed0
@ -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())
|
||||
if ((this.player.capabilities.isFlying && this.player.ridingEntity == null) || this.player.isInWater() || this.player.isInLava())
|
||||
{
|
||||
super.moveFlying(sidemove, forwardmove, wishspeed);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user