Fix @aikar's oops with verbose timings

This commit is contained in:
Riley Park
2016-09-23 23:18:36 +00:00
parent dd0277fdb5
commit c6667c09f3

View File

@@ -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;
+ } + }
+ +
+ /** + /**