Move NetTickScale (now NetFrameInterval) control to the server.

This commit is contained in:
Paul Chote
2021-09-04 13:21:43 +01:00
committed by abcdefg30
parent df798fb620
commit 2424ddc79a
3 changed files with 8 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ namespace OpenRA
{
public static class Game
{
public const int NetTickScale = 3; // 120 ms net tick for 40 ms local tick
public const int TimestepJankThreshold = 250; // Don't catch up for delays larger than 250ms
public static InstalledMods Mods { get; private set; }