Do not re-order ClientboundLoginCompressionPacket

Wait 5 sec.

Do not re-order ClientboundLoginCompressionPacketUsing Connection#scheduleNettyTask will schedule a task on the netty threadin the same manner that Connection#send would. However,Connection#send will append to the pending actions if it is notempty - causing a re-order if used during the task scheduled withConnection#scheduleNettyTask.