Paper/nms-patches/Path.patch

12 lines
404 B
Diff
Raw Normal View History

2015-02-26 23:41:06 +01:00
--- /home/matt/mc-dev-private//net/minecraft/server/Path.java 2015-02-26 22:40:22.983608135 +0000
+++ src/main/java/net/minecraft/server/Path.java 2015-02-26 22:40:22.983608135 +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() {}