Skip to content

Commit 16f7f5e

Browse files
committed
Merge branch '1.11.2' of https://github.com/squeek502/Squake into 1.12
2 parents 90693c0 + 337f5fb commit 16f7f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/squeek/quakemovement/QuakeClientPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static boolean moveRelative(EntityPlayer player, float sidemove, float up
113113
if (!player.world.isRemote)
114114
return false;
115115

116-
if ((player.capabilities.isFlying && player.getRidingEntity() == null) || player.isInWater())
116+
if ((player.capabilities.isFlying && player.getRidingEntity() == null) || player.isInWater() || player.isInLava())
117117
{
118118
return false;
119119
}

0 commit comments

Comments
 (0)