Dispatch vehicle move packets immediately
This commit is contained in:
@@ -39,4 +39,10 @@ public class PacketPlayOutVehicleMove 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