diff --git a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs index e1a76c725b..3c22f8f10b 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Ingame/IngameMenuLogic.cs @@ -323,7 +323,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic } var button = AddButton("RESTART", RestartButton); - button.IsDisabled = () => hasError || leaving; + button.IsDisabled = () => leaving; button.OnClick = () => { hideMenu = true;