From 0bff7a667d5a7184d97f4ffdd4fdfdd2b3b91cb8 Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Fri, 6 Oct 2017 04:27:26 +0100 Subject: [PATCH] Fix patch message (off the main thread!) Don't tired and push! --- .../0243-handle-PacketPlayInKeepAlive-async.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/0243-handle-PacketPlayInKeepAlive-async.patch b/Spigot-Server-Patches/0243-handle-PacketPlayInKeepAlive-async.patch index 7cc828bd37..45aeb2b5aa 100644 --- a/Spigot-Server-Patches/0243-handle-PacketPlayInKeepAlive-async.patch +++ b/Spigot-Server-Patches/0243-handle-PacketPlayInKeepAlive-async.patch @@ -1,4 +1,4 @@ -From b306e787ea9f5f206aca49062ecf8ce30b2d81db Mon Sep 17 00:00:00 2001 +From 71c530ba24dbb9b09ac9f69af2d69fa404927df1 Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Thu, 5 Oct 2017 01:54:07 +0100 Subject: [PATCH] handle PacketPlayInKeepAlive async @@ -9,7 +9,7 @@ plugins which are expecting the PlayerQuitEvent on the main thread. In order to counteract some bad behavior, we will post handling of the disconnection to the main thread, but leave the actual processing of the packet -on the main thread. +off the main thread. diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java index d8f9a093b..f60f21fd2 100644