Dispatch teleport packets immediately
This commit is contained in:
@@ -47,4 +47,10 @@ public class PacketPlayOutEntityTeleport implements Packet<PacketListenerPlayOut
|
||||
public void a(PacketListenerPlayOut packetlistenerplayout) {
|
||||
packetlistenerplayout.a(this);
|
||||
}
|
||||
// Akarin start
|
||||
@Override
|
||||
public boolean canDispatchImmediately() {
|
||||
return true;
|
||||
}
|
||||
// Akarin end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user