summaryrefslogtreecommitdiffstats
path: root/nms-patches/Path.patch
blob: 000f7caa88620b10d6c5dc78d7ae15c52aa5717b (plain)
1
2
3
4
5
6
7
8
9
@@ -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() {}