This commit is contained in:
parent
98999bfd97
commit
92e0b46c4c
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue