aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch')
-rw-r--r--Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch b/Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch
index 3f12db1cd2..45ab38bacb 100644
--- a/Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch
+++ b/Spigot-Server-Patches/0241-handle-PacketPlayInKeepAlive-async.patch
@@ -1,4 +1,4 @@
-From cab4c50ff2db0b82c32afadb8075dc5e5b3b5bad Mon Sep 17 00:00:00 2001
+From eced421f5f42625ee8f8d1087cbf773ac680f894 Mon Sep 17 00:00:00 2001
From: Shane Freeder <[email protected]>
Date: Thu, 5 Oct 2017 01:54:07 +0100
Subject: [PATCH] handle PacketPlayInKeepAlive async
@@ -15,10 +15,10 @@ also adding some additional logging in order to help work out what is causing
random disconnections for clients.
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
-index 08211a54c..72474a88e 100644
+index abce0b6e..b6d94816 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
-@@ -2231,14 +2231,20 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
+@@ -2233,14 +2233,20 @@ public class PlayerConnection implements PacketListenerPlayIn, ITickable {
}
public void a(PacketPlayInKeepAlive packetplayinkeepalive) {
@@ -42,5 +42,5 @@ index 08211a54c..72474a88e 100644
}
--
-2.17.1
+2.19.1