summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityPotion.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-06-25 11:54:17 +1000
committermd_5 <git@md-5.net>2016-06-25 11:54:17 +1000
commit75f99ec7c5c3d7281d73f03d79e3339abcb59faa (patch)
tree7e37819d14923bb7d3fde7fa8461c1a04a432099 /nms-patches/EntityPotion.patch
parent1953f52da1ece0feb56dea20592c1b86616b31a5 (diff)
downloadcraftbukkit-75f99ec7c5c3d7281d73f03d79e3339abcb59faa.tar
craftbukkit-75f99ec7c5c3d7281d73f03d79e3339abcb59faa.tar.gz
craftbukkit-75f99ec7c5c3d7281d73f03d79e3339abcb59faa.tar.lz
craftbukkit-75f99ec7c5c3d7281d73f03d79e3339abcb59faa.tar.xz
craftbukkit-75f99ec7c5c3d7281d73f03d79e3339abcb59faa.zip
Update to Minecraft 1.10.2
Diffstat (limited to 'nms-patches/EntityPotion.patch')
-rw-r--r--nms-patches/EntityPotion.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntityPotion.patch b/nms-patches/EntityPotion.patch
index 07c28cea..b6831b1a 100644
--- a/nms-patches/EntityPotion.patch
+++ b/nms-patches/EntityPotion.patch
@@ -13,7 +13,7 @@
+
public class EntityPotion extends EntityProjectile {
- private static final DataWatcherObject<Optional<ItemStack>> d = DataWatcher.a(EntityItem.class, DataWatcherRegistry.f);
+ private static final DataWatcherObject<Optional<ItemStack>> d = DataWatcher.a(EntityPotion.class, DataWatcherRegistry.f);
@@ -78,10 +85,11 @@
this.world.triggerEffect(2002, new BlockPosition(this), PotionRegistry.a(potionregistry));
this.die();