Update Entity.java
This commit is contained in:
@@ -2965,7 +2965,7 @@ public abstract class Entity implements ICommandListener, KeyedObject { // Paper
|
|||||||
return entity instanceof EntityHuman ? ((EntityHuman) entity).cZ() : !this.world.isClientSide;
|
return entity instanceof EntityHuman ? ((EntityHuman) entity).cZ() : !this.world.isClientSide;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable Entity getVehicleDirect() { return this.bJ(); } // Paper - OBFHELPER
|
||||||
public Entity bJ() {
|
public Entity bJ() {
|
||||||
return this.au;
|
return this.au;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user