From e7fbb2feb2d7cdc0848e80d596abc500a764b581 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 1 May 2026 16:54:27 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/player-edge-assist.ts --- src/runtime-three/player-edge-assist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime-three/player-edge-assist.ts b/src/runtime-three/player-edge-assist.ts index 36149add..41a8fee9 100644 --- a/src/runtime-three/player-edge-assist.ts +++ b/src/runtime-three/player-edge-assist.ts @@ -309,7 +309,7 @@ export function resolvePlayerLedgeGrabTarget(options: { const topOutHeight = standFeetPosition.y - options.feetPosition.y; if ( - topOutHeight <= minLedgeHeight + VECTOR_EPSILON || + topOutHeight <= options.pushToTopHeight + VECTOR_EPSILON || topOutHeight > maxLedgeHeight + VECTOR_EPSILON || !options.canOccupyShape(standFeetPosition, options.shape) ) {