Dispatch statistic packets immediately

This commit is contained in:
Sotr
2019-03-20 15:27:09 +08:00
parent 82dc6126e4
commit f9d006e94d

View File

@@ -56,4 +56,10 @@ public class PacketPlayOutStatistic implements Packet<PacketListenerPlayOut> {
private <T> int a(Statistic<T> statistic) {
return statistic.a().a().a(statistic.b());
}
// Akarin start
@Override
public boolean canDispatchImmediately() {
return true;
}
// Akarin end
}