Fixed load-game menu staying open for too long

This commit is contained in:
Gustas
2024-08-22 18:52:42 +03:00
committed by Matthias Mailänder
parent 5d7a24d5d0
commit ec4449f092

View File

@@ -340,6 +340,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic
if (map.Status != MapStatus.Available)
return;
Ui.CloseWindow();
var orders = new List<Order>()
{
Order.FromTargetString("LoadGameSave", Path.GetFileName(selectedSave), true),