Fixing tons of issues

- Fixing Velocity B falses
- Fixing lilypad false positives by accounting for it on interact.
- New Block (A) with block place interaction check
- Fixing Block B false positive.
- Fixing Horizontal false positive and bypass
- Fixing Fly (B) on liquids and climables.
- Fixing Fly (A) on liquids and climables
This commit is contained in:
Dawson
2022-08-22 16:37:55 -04:00
parent dccbdc0552
commit bac904f852
19 changed files with 228 additions and 101 deletions
@@ -299,5 +299,10 @@ public class PacketHandler {
}
player.callPacket(packetObject, timestamp);
// Post flying settings
if(type.equals(PacketType.FLYING)) {
player.getInfo().lsneaking = player.getInfo().sneaking;
}
}
}