diff --git a/Spigot-Server-Patches/Add-exception-reporting-event.patch b/Spigot-Server-Patches/Add-exception-reporting-event.patch index c4b810cfa..e79f6570b 100644 --- a/Spigot-Server-Patches/Add-exception-reporting-event.patch +++ b/Spigot-Server-Patches/Add-exception-reporting-event.patch @@ -256,7 +256,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 msg, throwable); } -+ task.getOwner().getServer().getPluginManager().callEvent( ++ org.bukkit.Bukkit.getServer().getPluginManager().callEvent( + new ServerExceptionEvent(new ServerSchedulerException(msg, throwable, task))); // Paper end } finally {