except without that

This commit is contained in:
Leijurv
2019-01-28 16:06:34 -08:00
parent 840b7e6987
commit 056742479e

View File

@ -414,7 +414,6 @@ public class PathExecutor implements IPathExecutor, Helper {
if (ctx.playerFeet().equals(current.getDest())) {
pathPosition++;
onChangeInPathPosition();
logDirect("skip lol");
onTick();
}
return true;