From a65e45d889c1f040e1921eb84903af915df512db Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 6 Jun 2015 19:33:48 +1000 Subject: [SPIGOT-946] Begin making use of access transforms to simplify patching. --- nms-patches/EntityProjectile.patch | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'nms-patches/EntityProjectile.patch') diff --git a/nms-patches/EntityProjectile.patch b/nms-patches/EntityProjectile.patch index 76354abc..460ea558 100644 --- a/nms-patches/EntityProjectile.patch +++ b/nms-patches/EntityProjectile.patch @@ -1,16 +1,5 @@ --- a/net/minecraft/server/EntityProjectile.java +++ b/net/minecraft/server/EntityProjectile.java -@@ -11,8 +11,8 @@ - private Block inBlockId; - protected boolean inGround; - public int shake; -- private EntityLiving shooter; -- private String shooterName; -+ public EntityLiving shooter; // CraftBukkit - public -+ public String shooterName; // CraftBukkit - public - private int i; - private int ar; - @@ -26,6 +26,7 @@ public EntityProjectile(World world, EntityLiving entityliving) { super(world); -- cgit v1.2.3