Fixed broken Install from CD code in RA.
This commit is contained in:
committed by
Chris Forbes
parent
21ab0b461c
commit
4d16ca238c
@@ -23,7 +23,8 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
var args = new WidgetArgs()
|
||||
{
|
||||
{ "afterInstall", () => { Ui.CloseWindow(); continueLoading(); } },
|
||||
{ "installData", installData }
|
||||
{ "installData", installData },
|
||||
{ "continueLoading", continueLoading }
|
||||
};
|
||||
|
||||
panel.Get<ButtonWidget>("DOWNLOAD_BUTTON").OnClick = () =>
|
||||
|
||||
Reference in New Issue
Block a user