SPIGOT-4106: Fish from buckets despawn
Dieser Commit ist enthalten in:
Ursprung
1c7adf74e4
Commit
5b93c39d4b
10
nms-patches/EntityFish.patch
Normale Datei
10
nms-patches/EntityFish.patch
Normale Datei
@ -0,0 +1,10 @@
|
|||||||
|
--- a/net/minecraft/server/EntityFish.java
|
||||||
|
+++ b/net/minecraft/server/EntityFish.java
|
||||||
|
@@ -67,6 +67,7 @@
|
||||||
|
|
||||||
|
public void s(boolean flag) {
|
||||||
|
this.datawatcher.set(EntityFish.b, Boolean.valueOf(flag));
|
||||||
|
+ this.persistent = !this.isTypeNotPersistent(); // CraftBukkit - SPIGOT-4106 update persistence
|
||||||
|
}
|
||||||
|
|
||||||
|
public void b(NBTTagCompound nbttagcompound) {
|
In neuem Issue referenzieren
Einen Benutzer sperren