😭
This commit is contained in:
@@ -179,7 +179,7 @@ public class PacketFly extends Module {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean checkHitBoxes() {
|
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) {
|
private boolean resetCounter(int counter) {
|
||||||
|
|||||||
Reference in New Issue
Block a user