Fixed NoFall (C) false positives, optimized chunk watching, fixed lag backs

This commit is contained in:
Dawson
2022-11-04 12:02:32 -04:00
parent 29dc536c7c
commit dfb04d50a2
7 changed files with 13 additions and 9 deletions
@@ -15,6 +15,8 @@ import java.util.stream.Collectors;
public class MathUtils {
public static double GROUND_DIVISOR = 0.015625;
public static double offset(Vector from, Vector to) {
from.setY(0);
to.setY(0);