forked from SteamWar/SteamWar
Merge remote-tracking branch 'origin/main'
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