mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Disable timings by default (#11095)
This commit is contained in:
parent
412a28a37a
commit
e922317eaa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue