diff --git a/Spigot-API-Patches/Timings-v2.patch b/Spigot-API-Patches/Timings-v2.patch index 855783191..8dc3241d3 100644 --- a/Spigot-API-Patches/Timings-v2.patch +++ b/Spigot-API-Patches/Timings-v2.patch @@ -888,7 +888,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + if (method != null) { + id = method.getDeclaringClass().getName(); + } else { -+ id = "null"; ++ id = executor.getClass().getName(); + } + +