Fixed our handling of network packets.

This commit is contained in:
EvilSeph 2012-01-10 23:21:38 -05:00
parent 194f54a90e
commit 42e473783e

View file

@ -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();