mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 07:02:18 -07:00
Fix @aikar's oops with verbose timings
This commit is contained in:
@@ -1327,7 +1327,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ * @return Enabled or not
|
+ * @return Enabled or not
|
||||||
+ */
|
+ */
|
||||||
+ public static boolean isVerboseTimingsEnabled() {
|
+ public static boolean isVerboseTimingsEnabled() {
|
||||||
+ return timingsEnabled;
|
+ return verboseEnabled;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
|
Reference in New Issue
Block a user