mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Update for 1.0.0
This commit is contained in:
@@ -79,7 +79,7 @@ public class NetworkManager {
|
||||
|
||||
synchronized (this.g) {
|
||||
this.x += packet.a() + 1;
|
||||
if (packet.k) {
|
||||
if (packet.l) {
|
||||
this.lowPriorityQueue.add(packet);
|
||||
} else {
|
||||
this.highPriorityQueue.add(packet);
|
||||
|
Reference in New Issue
Block a user