Fix patch message (off the main thread!)

Don't tired and push!
This commit is contained in:
Shane Freeder 2017-10-06 04:27:26 +01:00
parent f23cfe77fe
commit 4632195902

View file

@ -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