diff --git a/OpenRA.Mods.Common/Widgets/Logic/GameSaveBrowserLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/GameSaveBrowserLogic.cs index 91d48bfadf..0f834e5fd3 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/GameSaveBrowserLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/GameSaveBrowserLogic.cs @@ -374,7 +374,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic onExit(); } - if (selectedSave != null || File.Exists(testPath)) + if (File.Exists(testPath)) { ConfirmationDialogs.ButtonPrompt(modData, title: OverwriteSaveTitle,