mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -34,7 +34,7 @@ public abstract class EntityMonster extends EntityCreature implements IMonster {
|
||||
}
|
||||
|
||||
protected Entity findTarget() {
|
||||
EntityHuman entityhuman = this.world.b(this, 16.0D);
|
||||
EntityHuman entityhuman = this.world.findNearbyVulnerablePlayer(this, 16.0D);
|
||||
|
||||
return entityhuman != null && this.g(entityhuman) ? entityhuman : null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user