mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-13 22:25:31 +01:00
10 lines
221 B
Diff
10 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() {}
|