antiquated and does more harm than good

This commit is contained in:
Leijurv 2019-08-08 18:04:49 -10:00
parent 17a07ba85e
commit 3d221dcda4
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 4 deletions

View File

@ -229,10 +229,6 @@ public class MovementParkour extends Movement {
if (state.getStatus() != MovementStatus.RUNNING) {
return state;
}
if (ctx.player().isHandActive()) {
logDebug("Pausing parkour since hand is active");
return state;
}
if (ctx.playerFeet().y < src.y) {
// we have fallen
logDebug("sorry");