Fixed Herobrine walking not working after the change made in the previous commit

This commit is contained in:
David Berdik 2020-06-28 00:07:07 -04:00
parent ec6276e1d9
commit 3ca4af3e9a

View File

@ -109,7 +109,7 @@ public class Path {
}
}
newloc.setY(world.getHighestBlockYAt(newloc) + 1);
newloc.setY(world.getHighestBlockYAt(newloc));
if (world.getBlockAt(newloc).getType().isSolid()) {