Disable watchdog early timeout for CraftServer#reload() invocations (#1718)

Fixes GH-1381
This commit is contained in:
Spottedleaf
2018-12-12 17:41:11 -08:00
parent 4742d47392
commit b20fb55df3
5 changed files with 34 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ we would reuse an existing dimension id, if some other dimension was
unloaded before.
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
index ef09846e8..c56511abc 100644
index d43f8ce9a..07f6580fd 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
@@ -0,0 +0,0 @@ public final class CraftServer implements Server {