From 4632195902ef98635f4f06bc23a69ae11fd9a7c3 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! --- Spigot-Server-Patches/handle-PacketPlayInKeepAlive-async.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/handle-PacketPlayInKeepAlive-async.patch b/Spigot-Server-Patches/handle-PacketPlayInKeepAlive-async.patch index 0d8abd293..d2da5ad5d 100644 --- a/Spigot-Server-Patches/handle-PacketPlayInKeepAlive-async.patch +++ b/Spigot-Server-Patches/handle-PacketPlayInKeepAlive-async.patch @@ -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