@@ -12,7 +12,7 @@
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
public void setFromBucket(boolean flag) {
|
||||
this.datawatcher.set(EntityFish.a, Boolean.valueOf(flag));
|
||||
this.datawatcher.set(EntityFish.a, flag);
|
||||
+ this.persistent = this.isPersistent(); // CraftBukkit - SPIGOT-4106 update persistence
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user