geforkt von Mirrors/Paper
Fixed our handling of network packets.
Dieser Commit ist enthalten in:
Ursprung
194f54a90e
Commit
42e473783e
@ -223,7 +223,7 @@ public class NetworkManager {
|
|||||||
while (!this.m.isEmpty() && i-- >= 0) {
|
while (!this.m.isEmpty() && i-- >= 0) {
|
||||||
Packet packet = (Packet) this.m.remove(0);
|
Packet packet = (Packet) this.m.remove(0);
|
||||||
|
|
||||||
packet.a(this.p);
|
if (!this.q) packet.a(this.p); // CraftBukkit
|
||||||
}
|
}
|
||||||
|
|
||||||
this.a();
|
this.a();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren