SPIGOT-6278: Persistent piglins count towards mob cap
This commit is contained in:
parent
c93fcba47a
commit
fb92f345d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user