fix the music list not being populated after CD asset install
This commit is contained in:
@@ -467,7 +467,7 @@ namespace OpenRA
|
||||
{
|
||||
var args = new WidgetArgs()
|
||||
{
|
||||
{ "continueLoading", () => TestAndContinue() },
|
||||
{ "continueLoading", () => InitializeMod(Game.Settings.Game.Mod, null) },
|
||||
{ "installData", installData }
|
||||
};
|
||||
if (installData.ContainsKey("InstallerBackgroundWidget"))
|
||||
|
||||
Reference in New Issue
Block a user