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:
Matthias Mailänder
2014-03-12 11:51:14 +01:00
parent ba79e33d40
commit c5ef9cbfb2
3 changed files with 7 additions and 10 deletions

View File

@@ -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/" };
}