From aa008dff0f9bedbe88e1fe79831776b0a52eb90a Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 1 Mar 2016 08:32:46 +1100 Subject: Update to Minecraft 1.9 --- nms-patches/Path.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nms-patches/Path.patch (limited to 'nms-patches/Path.patch') diff --git a/nms-patches/Path.patch b/nms-patches/Path.patch deleted file mode 100644 index caa54590..00000000 --- a/nms-patches/Path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/net/minecraft/server/Path.java -+++ b/net/minecraft/server/Path.java -@@ -2,7 +2,7 @@ - - public class Path { - -- private PathPoint[] a = new PathPoint[1024]; -+ private PathPoint[] a = new PathPoint[128]; // CraftBukkit - reduce default size - private int b; - - public Path() {} -- cgit v1.2.3