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