updeat to 1.18
This commit is contained in:
@@ -168,7 +168,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)).count() == 0);
|
||||
return !mc.world.getBlockCollisions(mc.player, mc.player.getBoundingBox().expand(-0.0625,-0.0625,-0.0625)).iterator().hasNext();
|
||||
}
|
||||
|
||||
private boolean resetCounter(int counter) {
|
||||
|
||||
Reference in New Issue
Block a user