diff --git a/Spigot-API-Patches/Timings-v2.patch b/Spigot-API-Patches/Timings-v2.patch index dd8d6cf928..955c6b5a30 100644 --- a/Spigot-API-Patches/Timings-v2.patch +++ b/Spigot-API-Patches/Timings-v2.patch @@ -243,8 +243,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + final String eventName = eventClass.getSimpleName(); + boolean verbose = "BlockPhysicsEvent".equals(eventName); -+ this.timings = Timings.ofSafe(plugin.getName(), (verbose ? "## " : "") + -+ "Event: " + id + " (" + eventName + ")", null); ++ this.timings = Timings.ofSafe(plugin, (verbose ? "## " : "") + ++ "Event: " + id + " (" + eventName + ")"); + } + + @Override