Update Entity.java

This commit is contained in:
FatSaw
2023-02-18 05:44:06 +02:00
parent cfb02cf611
commit 7bec837bdb

View File

@@ -2965,7 +2965,7 @@ public abstract class Entity implements ICommandListener, KeyedObject { // Paper
return entity instanceof EntityHuman ? ((EntityHuman) entity).cZ() : !this.world.isClientSide;
}
@Nullable
@Nullable Entity getVehicleDirect() { return this.bJ(); } // Paper - OBFHELPER
public Entity bJ() {
return this.au;
}