Dieser Commit ist enthalten in:
Ursprung
261fdad3b0
Commit
6f5d739012
@ -69,6 +69,9 @@ public class JumpAndRun extends BasicListener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Vector point = points.get(index);
|
Vector point = points.get(index);
|
||||||
|
if (location.getY() < point.getY()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (location.toVector().distanceSquared(point) >= 12.25) {
|
if (location.toVector().distanceSquared(point) >= 12.25) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren