Fixing Fly C slime false positives and removing Hitbox debug

This commit is contained in:
Dawson
2022-08-30 11:41:46 -04:00
parent d8225182b9
commit ffd996382e
7 changed files with 31 additions and 22 deletions
@@ -230,7 +230,9 @@ public class MovementHandler {
if (player.getInfo().isGliding()) player.getInfo().getLastElytra().reset();
if (player.getInfo().isSneaking()) player.getInfo().getLastSneak().reset();
if (player.getBlockInfo().inLiquid) player.getInfo().getLastLiquid().reset();
if(player.getBlockInfo().inWeb) player.getInfo().lastWeb.reset();
if (player.getBlockInfo().inWeb) player.getInfo().lastWeb.reset();
if (player.getBlockInfo().onHalfBlock) player.getInfo().getLastHalfBlock().reset();
if (player.getBlockInfo().fenceBelow) player.getInfo().getLastFence().reset();
if (!to.isOnGround() && moveTicks > 0) {
if (!jumped && from.isOnGround()