From c6667c09f3f6a6e76602cc31274ad860e3fe2c68 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Fri, 23 Sep 2016 23:18:36 +0000 Subject: [PATCH] Fix @aikar's oops with verbose timings --- Spigot-API-Patches/Timings-v2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-API-Patches/Timings-v2.patch b/Spigot-API-Patches/Timings-v2.patch index 26be851a84..869a3c073e 100644 --- a/Spigot-API-Patches/Timings-v2.patch +++ b/Spigot-API-Patches/Timings-v2.patch @@ -1327,7 +1327,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * @return Enabled or not + */ + public static boolean isVerboseTimingsEnabled() { -+ return timingsEnabled; ++ return verboseEnabled; + } + + /**