summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityEgg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityEgg.patch')
-rw-r--r--nms-patches/EntityEgg.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntityEgg.patch b/nms-patches/EntityEgg.patch
index 9b33c184..de818824 100644
--- a/nms-patches/EntityEgg.patch
+++ b/nms-patches/EntityEgg.patch
@@ -13,7 +13,7 @@
public class EntityEgg extends EntityProjectile {
public EntityEgg(World world) {
-@@ -19,21 +26,37 @@
+@@ -23,21 +30,37 @@
movingobjectposition.entity.damageEntity(DamageSource.projectile(this, this.getShooter()), 0.0F);
}