geforkt von Mirrors/Paper
Disable timings by default (#11095)
Dieser Commit ist enthalten in:
Ursprung
412a28a37a
Commit
e922317eaa
@ -549,7 +549,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ @Deprecated(forRemoval = true)
|
+ @Deprecated(forRemoval = true)
|
||||||
+ public class Timings extends ConfigurationPart {
|
+ public class Timings extends ConfigurationPart {
|
||||||
+ public boolean enabled = true;
|
+ public boolean enabled = false;
|
||||||
+ public boolean verbose = true;
|
+ public boolean verbose = true;
|
||||||
+ public String url = "https://timings.aikar.co/";
|
+ public String url = "https://timings.aikar.co/";
|
||||||
+ public boolean serverNamePrivacy = false;
|
+ public boolean serverNamePrivacy = false;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren