Fixed TFD Not Creating Install Directory
This commit is contained in:
@@ -137,7 +137,11 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
}
|
||||
}
|
||||
|
||||
afterInstall();
|
||||
Game.RunAfterTick(() =>
|
||||
{
|
||||
Ui.CloseWindow();
|
||||
afterInstall();
|
||||
});
|
||||
}) { IsBackground = true }.Start();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user