Fixed our handling of network packets.

Dieser Commit ist enthalten in:
EvilSeph 2012-01-10 23:21:38 -05:00
Ursprung 194f54a90e
Commit 42e473783e

Datei anzeigen

@ -223,7 +223,7 @@ public class NetworkManager {
while (!this.m.isEmpty() && i-- >= 0) {
Packet packet = (Packet) this.m.remove(0);
packet.a(this.p);
if (!this.q) packet.a(this.p); // CraftBukkit
}
this.a();