mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Fix patch message (off the main thread!)
Don't tired and push!
This commit is contained in:
parent
f23cfe77fe
commit
4632195902
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue