mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 05:25:42 +01:00
Fixed latency update issues.
This commit is contained in:
parent
2995a08324
commit
e85c99289c
@ -676,8 +676,6 @@ public class NetServerHandler extends NetHandler implements ICommandListener {
|
||||
}
|
||||
if (packet != null) this.networkManager.queue(packet);
|
||||
// CraftBukkit end
|
||||
|
||||
this.i = this.f;
|
||||
}
|
||||
|
||||
public void a(Packet16BlockItemSwitch packet16blockitemswitch) {
|
||||
|
Loading…
Reference in New Issue
Block a user