SPIGOT-6278: Persistent piglins count towards mob cap

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2022-01-02 11:45:52 +11:00
parent bde37a649c
commit f5b1ea90e2

View File

@ -56,6 +56,15 @@
}
@VisibleForDebug
@@ -172,7 +200,7 @@
@Override
public boolean removeWhenFarAway(double d0) {
- return !this.isPersistenceRequired();
+ return true; // CraftBukkit - SPIGOT-6278
}
@Override
@@ -205,7 +233,7 @@
@Override