mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 14:33:09 +01:00
Merge pull request #434 from kashike/fix/timings-verbose
Fix @aikar's oops with verbose timings
This commit is contained in:
commit
baf3b3371a
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