Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-14 12:00:06 +01:00
Remove unused lag-compensate-block-breaking option (#9635)
Removes the unused lag-compensate-block-breaking option from the paper configuration file as the patch using it has been dropped in 1.19.
Dieser Commit ist enthalten in:
Ursprung
af6142eab3
Commit
281855c877
@ -440,10 +440,10 @@ index 0000000000000000000000000000000000000000..9ef6712c70fcd8912a79f3f61e351aac
|
||||
+}
|
||||
diff --git a/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..0083b66889bfb6d3c4e4219fc73f410477109e37
|
||||
index 0000000000000000000000000000000000000000..45f1436cdd4b81b621ab71e4336c2aa666572105
|
||||
--- /dev/null
|
||||
+++ b/src/main/java/io/papermc/paper/configuration/GlobalConfiguration.java
|
||||
@@ -0,0 +1,293 @@
|
||||
@@ -0,0 +1,292 @@
|
||||
+package io.papermc.paper.configuration;
|
||||
+
|
||||
+import co.aikar.timings.MinecraftTimings;
|
||||
@ -723,7 +723,6 @@ index 0000000000000000000000000000000000000000..0083b66889bfb6d3c4e4219fc73f4104
|
||||
+ public int regionFileCacheSize = 256;
|
||||
+ @Comment("See https://luckformula.emc.gs")
|
||||
+ public boolean useAlternativeLuckFormula = false;
|
||||
+ public boolean lagCompensateBlockBreaking = true;
|
||||
+ public boolean useDimensionTypeForCustomSpawners = false;
|
||||
+ public boolean strictAdvancementDimensionCheck = false;
|
||||
+ }
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren