antiquated and does more harm than good
This commit is contained in:
parent
17a07ba85e
commit
3d221dcda4
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user