Installer downloads now using specified IPackageLoader.
This commit is contained in:
committed by
Matthias Mailänder
parent
a9da6bb2d8
commit
fcc8f53b59
@@ -86,7 +86,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
|
||||
Ui.OpenWindow("PACKAGE_DOWNLOAD_PANEL", new WidgetArgs
|
||||
{
|
||||
{ "download", new ModContent.ModDownload(download.Value) },
|
||||
{ "download", new ModContent.ModDownload(download.Value, modObjectCreator) },
|
||||
{ "onSuccess", continueLoading }
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user