Updated Upstream (Bukkit/Spigot) (#8445)

This commit is contained in:
Jake Potrebic
2022-10-23 10:41:34 -07:00
parent 0aa7d1a07f
commit bac7ba4c5a
7 changed files with 14 additions and 1777 deletions

View File

@@ -25,7 +25,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
public class YamlConfigurationOptions extends FileConfigurationOptions {
private int indent = 2;
private int width = 80;
+ private int codePointLimit = 64 * 1024 * 1024; // 64 MB // Paper
+ private int codePointLimit = Integer.MAX_VALUE; // Paper - use upstream's default from YamlConfiguration
protected YamlConfigurationOptions(@NotNull YamlConfiguration configuration) {
super(configuration);