This commit is contained in:
Leijurv 2019-03-12 15:53:00 -07:00
parent 25024b58de
commit b240e8420a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 2 deletions

View File

@ -162,7 +162,6 @@ public class MovementPillar extends Movement {
state.setInput(Input.MOVE_FORWARD, true);
}
if (ctx.playerFeet().equals(dest)) {
logDebug("wtf2");
return state.setStatus(MovementStatus.SUCCESS);
}
return state;
@ -185,7 +184,6 @@ public class MovementPillar extends Movement {
}
if (ctx.playerFeet().equals(against.up()) || ctx.playerFeet().equals(dest)) {
logDebug("wtf3");
return state.setStatus(MovementStatus.SUCCESS);
}
if (MovementHelper.isBottomSlab(BlockStateInterface.get(ctx, src.down()))) {