summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderAbstract.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PathfinderAbstract.patch')
-rw-r--r--nms-patches/PathfinderAbstract.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nms-patches/PathfinderAbstract.patch b/nms-patches/PathfinderAbstract.patch
deleted file mode 100644
index 2748b173..00000000
--- a/nms-patches/PathfinderAbstract.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/net/minecraft/server/PathfinderAbstract.java
-+++ b/net/minecraft/server/PathfinderAbstract.java
-@@ -23,7 +23,7 @@
- this.f = MathHelper.d(entityinsentient.width + 1.0F);
- }
-
-- public void a() {}
-+ public void a() { this.a = (IBlockAccess) null; } // CraftBukkit - don't leak Chunk Cache
-
- protected PathPoint a(int i, int j, int k) {
- int l = PathPoint.b(i, j, k);