Extract mod selector into its own mod.

This commit is contained in:
Paul Chote
2014-03-23 17:07:10 +13:00
parent fa775a88c1
commit c720cb0b41
36 changed files with 1507 additions and 279 deletions

View File

@@ -123,7 +123,8 @@ namespace OpenRA.GameRules
public class GameSettings
{
public string Mod = "ra";
public string Mod = "modchooser";
public string PreviousMod = "ra";
public bool ShowShellmap = true;