forked from SteamWar/SteamWar
LobbySystem/src/de/steamwar/lobby/jumpandrun/JumpAndRun.java aktualisiert
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user