summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityInsentient.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityInsentient.patch')
-rw-r--r--nms-patches/EntityInsentient.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nms-patches/EntityInsentient.patch b/nms-patches/EntityInsentient.patch
index 304ffa87..955ebec6 100644
--- a/nms-patches/EntityInsentient.patch
+++ b/nms-patches/EntityInsentient.patch
@@ -16,17 +16,6 @@
public abstract class EntityInsentient extends EntityLiving {
public int a_;
-@@ -13,8 +22,8 @@
- protected ControllerJump g;
- private EntityAIBodyControl b;
- protected NavigationAbstract navigation;
-- public final PathfinderGoalSelector goalSelector;
-- public final PathfinderGoalSelector targetSelector;
-+ public PathfinderGoalSelector goalSelector; // PAIL: -final
-+ public PathfinderGoalSelector targetSelector; // PAIL: -final
- private EntityLiving goalTarget;
- private EntitySenses bk;
- private ItemStack[] equipment = new ItemStack[5];
@@ -40,6 +49,9 @@
this.dropChances[i] = 0.085F;
}