diff options
Diffstat (limited to 'nms-patches/EntityProjectile.patch')
-rw-r--r-- | nms-patches/EntityProjectile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntityProjectile.patch b/nms-patches/EntityProjectile.patch index 3e8aa8a0..176dade1 100644 --- a/nms-patches/EntityProjectile.patch +++ b/nms-patches/EntityProjectile.patch @@ -18,7 +18,7 @@ flag = true; } else { @@ -148,6 +149,11 @@ - this.e(movingobjectposition.a()); + this.e(movingobjectposition.getBlockPosition()); } else { this.a(movingobjectposition); + // CraftBukkit start |