aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch')
-rw-r--r--patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch b/patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch
index fb2f7c6706..cf9fa2fb0a 100644
--- a/patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch
+++ b/patches/server/0331-Remote-Connections-shouldn-t-hold-up-shutdown.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Remote Connections shouldn't hold up shutdown
Bugs in the connection logic appears to leave stale connections even, preventing shutdown
diff --git a/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java b/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java
-index b15cee6f21ff300b596922a8eed35a5f8a89fe22..d6dc8c983d26ce89f17a990be4284fdc78ad164b 100644
+index ef6324dbb7e311ac16c64f937dee64c777f4b54e..1c8959a80ac76dc2fcb5fdaf8dbe064e592645e7 100644
--- a/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java
+++ b/src/main/java/net/minecraft/server/dedicated/DedicatedServer.java
-@@ -416,11 +416,11 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
+@@ -414,11 +414,11 @@ public class DedicatedServer extends MinecraftServer implements ServerInterface
}
if (this.rconThread != null) {