From 87ed0c6aa189a9327ed94ffc21df7a6579fe463e Mon Sep 17 00:00:00 2001 From: XIII-MC Date: Sat, 19 Oct 2024 11:11:43 +0200 Subject: [PATCH] changed var to false because they're always false anyways --- .../java/net/gteam/wave/checks/impl/fly/Fly10A.java | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/gteam/wave/checks/impl/fly/Fly10A.java b/src/main/java/net/gteam/wave/checks/impl/fly/Fly10A.java index 3c82464..c8de9c6 100644 --- a/src/main/java/net/gteam/wave/checks/impl/fly/Fly10A.java +++ b/src/main/java/net/gteam/wave/checks/impl/fly/Fly10A.java @@ -69,6 +69,12 @@ public void handle(final ClientPlayPacket clientPlayPacket) { if (invalid && !exempt) { + // GREEN (§a) till here + // YELLOW (§e) till here + // ORANGE (§6) till here + // GREEN (§a) till here + // YELLOW (§e) till here + // ORANGE (§6) till here fail("§a" + "deltaY=" + deltaY + "\n" + "predictedDeltaY=" + predictedDeltaY + "\n" + "maximumOffset=" + maximumOffset + "\n" // GREEN (§a) till here @@ -83,11 +89,11 @@ public void handle(final ClientPlayPacket clientPlayPacket) { + " -- halfBlocksTicks=" + movementData.getHalfBlocksTicks() + "\n" + " || offGroundTicks=" + movementData.getOffGroundTicks() + "\n" + " || deltaY=" + deltaY + "\n" - + "jumped=" + jumped + "\n" + + "jumped=" + false + "\n" + " -- lastOnGround=" + movementData.isLastOnGround() + "\n" + " && deltaY=" + deltaY + "\n" // YELLOW (§e) till here + "§6" + "exempt=" + false + "\n" - + " || jumped=" + jumped + "\n" + + " || jumped=" + false + "\n" + " || jumpedLowBlock=" + jumpLowBlock + "\n" + " || nearGround=" + nearGround + "\n" + " || teleportTicks=" + profile.getTeleportData().getTeleportTicks() + "\n"