From 1669598daac6f1bfba65fd811efffa52ec660357 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Sun, 10 Jan 2016 00:40:46 -0600 Subject: [PATCH] Just a bit more information for those skript classes --- 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 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(); + } + +