some tuning
All checks were successful
/ Build BaseBand (push) Successful in 3m11s

This commit is contained in:
Daniella / Tove 2024-10-04 22:49:20 +02:00
parent 98999bfd97
commit 92e0b46c4c
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -87,6 +87,6 @@ public class ServerDataManager {
} }
public static int timeToSurelyTicked() { public static int timeToSurelyTicked() {
return (int) Math.ceil(((20f / tps) + (ping / 100f)) * (Features.getFeature(Client.class).tickTimeConservative ? 3f : 2f)); return (int) Math.ceil(((20f / tps) + (ping / 100f)) * (Features.getFeature(Client.class).tickTimeConservative ? 4f : 3f));
} }
} }