Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-04-26 22:17:50 +02:00
@@ -107,7 +107,7 @@ public class JumpAndRun extends BasicListener {
if (location.getY() < point.getY()) {
return;
}
if (location.toVector().distanceSquared(point) >= 12.25) {
if (location.toVector().distanceSquared(point) >= 17) {
return;
}
CURRENT_POS.put(event.getPlayer(), index);