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