13
0
geforkt von Mirrors/Paper

Fix @aikar's oops with verbose timings

Dieser Commit ist enthalten in:
Riley Park 2016-09-23 23:18:36 +00:00
Ursprung dd0277fdb5
Commit c6667c09f3

Datei anzeigen

@ -1327,7 +1327,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * @return Enabled or not
+ */
+ public static boolean isVerboseTimingsEnabled() {
+ return timingsEnabled;
+ return verboseEnabled;
+ }
+
+ /**