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()
|
var args = new WidgetArgs()
|
||||||
{
|
{
|
||||||
{ "continueLoading", () => TestAndContinue() },
|
{ "continueLoading", () => InitializeMod(Game.Settings.Game.Mod, null) },
|
||||||
{ "installData", installData }
|
{ "installData", installData }
|
||||||
};
|
};
|
||||||
if (installData.ContainsKey("InstallerBackgroundWidget"))
|
if (installData.ContainsKey("InstallerBackgroundWidget"))
|
||||||
|
|||||||
Reference in New Issue
Block a user