From e72ae3cf9477238200161e2b315ec5bd10b6e14c Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 26 Apr 2025 22:13:31 +0200 Subject: [PATCH] LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java aktualisiert --- LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java b/LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java index f8ce3338..324a7901 100644 --- a/LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java +++ b/LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java @@ -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);