Fixed latency update issues.

This commit is contained in:
EvilSeph 2011-09-16 04:12:58 -04:00
parent 2995a08324
commit e85c99289c

View File

@ -676,8 +676,6 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
} }
if (packet != null) this.networkManager.queue(packet); if (packet != null) this.networkManager.queue(packet);
// CraftBukkit end // CraftBukkit end
this.i = this.f;
} }
public void a(Packet16BlockItemSwitch packet16blockitemswitch) { public void a(Packet16BlockItemSwitch packet16blockitemswitch) {