Add Engine.DefaultMod argument to override modchooser fallback.

This commit is contained in:
Paul Chote
2017-01-27 16:50:50 +00:00
parent 0c44a49722
commit 657ba90ae3
2 changed files with 4 additions and 4 deletions

View File

@@ -153,8 +153,8 @@ namespace OpenRA
public class GameSettings
{
[Desc("Load a specific mod on startup. Shipped ones include: ra, cnc and d2k")]
public string Mod = "modchooser";
[Desc("Load a specific mod on startup.")]
public string Mod = null;
public string PreviousMod = "ra";
public string Platform = "Default";