Report issues to the issue tracker
This commit is contained in:
parent
5c8bd61d24
commit
df8f9f0f30
|
@ -0,0 +1,22 @@
|
||||||
|
From 0ba1966afe00a10523fefe20ffe56b412433a9fb Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kyle Wood <demonwav@gmail.com>
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue