From df8f9f0f30d11a99587f7770c46f8d135bfe4f1c Mon Sep 17 00:00:00 2001 From: Kyle Wood Date: Mon, 4 Jun 2018 01:54:22 -0500 Subject: [PATCH] Report issues to the issue tracker --- ...9-Report-issues-to-the-issue-tracker.patch | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Spigot-Server-Patches/0299-Report-issues-to-the-issue-tracker.patch diff --git a/Spigot-Server-Patches/0299-Report-issues-to-the-issue-tracker.patch b/Spigot-Server-Patches/0299-Report-issues-to-the-issue-tracker.patch new file mode 100644 index 000000000..aaf251c49 --- /dev/null +++ b/Spigot-Server-Patches/0299-Report-issues-to-the-issue-tracker.patch @@ -0,0 +1,22 @@ +From 0ba1966afe00a10523fefe20ffe56b412433a9fb Mon Sep 17 00:00:00 2001 +From: Kyle Wood +Date: Mon, 4 Jun 2018 01:53:43 -0500 +Subject: [PATCH] Report issues to the issue tracker + + +diff --git a/src/main/java/org/spigotmc/WatchdogThread.java b/src/main/java/org/spigotmc/WatchdogThread.java +index cb1fcf0f..57a4748a 100644 +--- a/src/main/java/org/spigotmc/WatchdogThread.java ++++ b/src/main/java/org/spigotmc/WatchdogThread.java +@@ -56,7 +56,7 @@ public class WatchdogThread extends Thread + { + Logger log = Bukkit.getServer().getLogger(); + log.log( Level.SEVERE, "The server has stopped responding!" ); +- log.log( Level.SEVERE, "Please report this to https://aquifermc.org/" ); ++ log.log( Level.SEVERE, "Please report this to https://github.com/PaperMC/Paper/issues" ); + log.log( Level.SEVERE, "Be sure to include ALL relevant console errors and Minecraft crash reports" ); + log.log( Level.SEVERE, "Paper version: " + Bukkit.getServer().getVersion() ); + // +-- +2.17.1 +