patch for latest spigot 1.13.2 build

This commit is contained in:
mcmonkey 2018-12-07 00:44:25 -08:00
parent f7b03d27e0
commit 28cc67cbad
No known key found for this signature in database
GPG Key ID: 2F0F11928478A6F5

View File

@ -461,7 +461,7 @@ public class PlayerPathfinderNormal extends PlayerPathfinderAbstract {
|| var7 instanceof BlockFenceGate && !var6.get(BlockFenceGate.OPEN).booleanValue()) {
return PathType.FENCE;
} else {
Fluid var9 = var1.b(var5);
Fluid var9 = var1.getFluid(var5);
if (var9.a(TagsFluid.WATER)) {
return PathType.WATER;
} else if (var9.a(TagsFluid.LAVA)) {