fix the music list not being populated after CD asset install

This commit is contained in:
Matthias Mailänder
2014-06-22 16:37:22 +02:00
parent 1f4b780450
commit a67e2290d1

View File

@@ -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"))