diff --git a/Spigot-Server-Patches/16w14a-memory-cleanup.patch b/Spigot-Server-Patches/16w14a-memory-cleanup.patch index decf7e660e..ad9a11bc47 100644 --- a/Spigot-Server-Patches/16w14a-memory-cleanup.patch +++ b/Spigot-Server-Patches/16w14a-memory-cleanup.patch @@ -18,6 +18,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + this.a = (IBlockAccess) null; // CraftBukkit - don't leak Chunk Cache + this.b = null; + } ++ // Paper end protected PathPoint a(int i, int j, int k) { int l = PathPoint.b(i, j, k);