From a67e2290d18113a0473f6aae4c3cbabba159e5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 22 Jun 2014 16:37:22 +0200 Subject: [PATCH] fix the music list not being populated after CD asset install --- OpenRA.Game/Game.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 9c43bd2581..dc1ceb49bc 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -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"))