This commit is contained in:
StormyBytes
2021-06-07 21:53:03 +07:00
parent fee9fffe9d
commit 362a5f9152

View File

@@ -179,7 +179,7 @@ public class PacketFly extends Module {
}
private boolean checkHitBoxes() {
return !(mc.world.getBlockCollisions(mc.player, mc.player.getBoundingBox().expand(-0.0625,-0.0625,-0.0625)).getCount() == 0);
return !(mc.world.getBlockCollisions(mc.player, mc.player.getBoundingBox().expand(-0.0625,-0.0625,-0.0625)).count() == 0);
}
private boolean resetCounter(int counter) {