mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-20 05:14:20 +00:00
9 lines
221 B
Diff
9 lines
221 B
Diff
@@ -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() {}
|