From 5cbb907ff1e0e53ccbe4dfd2cff4e9096f65319d Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sat, 9 Apr 2016 13:54:47 -0500 Subject: [PATCH] Can't expect others to follow formatting if I don't --- Spigot-Server-Patches/16w14a-memory-cleanup.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/Spigot-Server-Patches/16w14a-memory-cleanup.patch b/Spigot-Server-Patches/16w14a-memory-cleanup.patch index decf7e660..ad9a11bc4 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);