mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-02 13:23:50 -07:00
Minecraft 1.9.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/EntityProjectile.java
|
||||
+++ b/net/minecraft/server/EntityProjectile.java
|
||||
@@ -34,6 +34,7 @@
|
||||
@@ -35,6 +35,7 @@
|
||||
public EntityProjectile(World world, EntityLiving entityliving) {
|
||||
this(world, entityliving.locX, entityliving.locY + (double) entityliving.getHeadHeight() - 0.10000000149011612D, entityliving.locZ);
|
||||
this.shooter = entityliving;
|
||||
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
protected void i() {}
|
||||
@@ -161,6 +162,11 @@
|
||||
@@ -162,6 +163,11 @@
|
||||
this.e(movingobjectposition.a());
|
||||
} else {
|
||||
this.a(movingobjectposition);
|
||||
|
Reference in New Issue
Block a user