mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
Disable timings by default (#11095)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user