13
0
geforkt von Mirrors/Paper

Disable timings by default (#11095)

Dieser Commit ist enthalten in:
Riley Park 2024-07-16 17:33:40 -07:00
Ursprung 412a28a37a
Commit e922317eaa

Datei anzeigen

@ -549,7 +549,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+ @Deprecated(forRemoval = true)
+ public class Timings extends ConfigurationPart {
+ public boolean enabled = true;
+ public boolean enabled = false;
+ public boolean verbose = true;
+ public String url = "https://timings.aikar.co/";
+ public boolean serverNamePrivacy = false;