fix it probably
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m9s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m9s
This commit is contained in:
parent
5af6ecb9c0
commit
92065c3d13
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ public class ESP extends Feature {
|
|||
if(highlight) {
|
||||
if(mc.objectMouseOver != null) {
|
||||
BlockPos pos = mc.objectMouseOver.getBlockPos();
|
||||
if (!(mc.objectMouseOver.typeOfHit == RayTraceResult.Type.MISS) || !hightlightNothing) {
|
||||
if ((mc.objectMouseOver.typeOfHit != RayTraceResult.Type.MISS || !hightlightNothing) && mc.objectMouseOver.typeOfHit != RayTraceResult.Type.ENTITY) {
|
||||
renderer.accept(mc.world.getBlockState(pos).getBoundingBox(mc.world, pos).offset(pos));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue