Fixed Herobrine walking not working after the change made in the previous commit
This commit is contained in:
parent
ec6276e1d9
commit
3ca4af3e9a
@ -109,7 +109,7 @@ public class Path {
|
||||
}
|
||||
}
|
||||
|
||||
newloc.setY(world.getHighestBlockYAt(newloc) + 1);
|
||||
newloc.setY(world.getHighestBlockYAt(newloc));
|
||||
|
||||
if (world.getBlockAt(newloc).getType().isSolid()) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user