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

@@ -218,6 +218,9 @@ namespace OpenRA.Network
public bool Dedicated;
public bool GameSavesEnabled;
// 120ms network frame interval for 40ms local tick
public int NetFrameInterval = 3;
[FieldLoader.Ignore]
public Dictionary<string, LobbyOptionState> LobbyOptions = new Dictionary<string, LobbyOptionState>();