summaryrefslogtreecommitdiffstats
path: root/nms-patches/Path.patch
blob: 1cb8ca915df34743f2fddcfc4fec4565e5f918c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ../work/decompile-8eb82bde//net/minecraft/server/Path.java	2014-11-28 11:22:56.138823158 +0000
+++ src/main/java/net/minecraft/server/Path.java	2014-11-28 11:01:54.000000000 +0000
@@ -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() {}