PaperMC/paper-server/nms-patches/Path.patch
CraftBukkit/Spigot a8ddf37419 Remove patch headers
By: GunfighterJ <joseph.jenniges@gmail.com>
2014-11-28 16:54:14 -06:00

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() {}