Do not re-order ClientboundLoginCompressionPacket
Using Connection#scheduleNettyTask will schedule a task on the netty thread in the same manner that Connection#send would. However, Connection#send will append to the pending actions if it is not empty - causing a re-order if used during the task scheduled with Connection#scheduleNettyTask.
S
Spottedleaf committed
c9e894d3cc03f21f80de4f4061a795e11941e89a
Parent: 11502e7