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

View File

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