summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityFish.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityFish.patch')
-rw-r--r--nms-patches/EntityFish.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntityFish.patch b/nms-patches/EntityFish.patch
index 5aeed7d6..303b99e0 100644
--- a/nms-patches/EntityFish.patch
+++ b/nms-patches/EntityFish.patch
@@ -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
}