fix freecam interfering with ESP
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m8s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m8s
This commit is contained in:
parent
21cd5985b4
commit
6d852bda01
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class ESP extends Feature {
|
|||
if (entities) {
|
||||
for (Entity entity : mc.world.loadedEntityList) {
|
||||
AxisAlignedBB interpolated = RenderAdapter.getLiveEntityBB(entity, event.getPartialTicks());
|
||||
if (entity == mc.player && mc.gameSettings.thirdPersonView == 0) {
|
||||
if (entity == mc.getRenderViewEntity() && mc.gameSettings.thirdPersonView == 0) {
|
||||
continue;
|
||||
}
|
||||
renderer.accept(interpolated);
|
||||
|
|
Loading…
Add table
Reference in a new issue