moved internal time step setting to Game
player should not be able change it as it is not synced yet
This commit is contained in:
@@ -135,9 +135,6 @@ namespace OpenRA.GameRules
|
||||
public bool AlwaysShowStatusBars = false;
|
||||
public bool TeamHealthColors = false;
|
||||
|
||||
// Internal game settings
|
||||
public int Timestep = 40;
|
||||
|
||||
public bool AllowDownloading = true;
|
||||
public string[] MapRepositories = { "http://resource.openra.net/map/", "http://resource.ihptru.net:8080/map/" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user