From 7c38e54a9d5425968f5902c49b631075a2a744ab Mon Sep 17 00:00:00 2001 From: Aikar Date: Mon, 28 Mar 2016 21:41:17 -0400 Subject: [PATCH] Remove some code from Timings v2 that was only for EMC. --- 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 d411bdf0d8..db8fcbc4d8 100644 --- a/Spigot-API-Patches/Timings-v2.patch +++ b/Spigot-API-Patches/Timings-v2.patch @@ -250,7 +250,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + + final String eventName = eventClass.getSimpleName(); -+ boolean verbose = "BlockPhysicsEvent".equals(eventName) || "Drain".equals(eventName) || "Fill".equals(eventName); ++ boolean verbose = "BlockPhysicsEvent".equals(eventName); + this.timings = Timings.ofSafe(plugin.getName(), (verbose ? "## " : "") + + "Event: " + id + " (" + eventName + ")", null); + }