mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
Fix @aikar's oops with verbose timings
This commit is contained in:
parent
dd0277fdb5
commit
c6667c09f3
1 changed files with 1 additions and 1 deletions
|
@ -1327,7 +1327,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ * @return Enabled or not
|
||||
+ */
|
||||
+ public static boolean isVerboseTimingsEnabled() {
|
||||
+ return timingsEnabled;
|
||||
+ return verboseEnabled;
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
|
|
Loading…
Reference in a new issue