summaryrefslogtreecommitdiffstats
path: root/nms-patches/Path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Path.patch')
-rw-r--r--nms-patches/Path.patch11
1 files changed, 0 insertions, 11 deletions
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() {}