Mod tree in configure mods dialog.

This commit is contained in:
Matthew Bowra-Dean
2010-10-26 21:01:34 +13:00
committed by Paul Chote
parent 439c366ba2
commit f98f3d0b39
3 changed files with 132 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Launcher
var response = UtilityProgram.Call("--settings-value", configPath, "Game.Mods");
if (response.IsError)
currentMods = new string[] { };
currentMods = new string[] { "ra" };
else
currentMods = response.Response.Split(',');