mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
6c1c28bd14
By: md_5 <git@md-5.net>
11 lines
295 B
Diff
11 lines
295 B
Diff
--- a/net/minecraft/server/Path.java
|
|
+++ b/net/minecraft/server/Path.java
|
|
@@ -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() {}
|