From 499234e5ddf944e7f9215e58a4912410622a5ceb Mon Sep 17 00:00:00 2001 From: Curtis Shmyr Date: Sat, 24 Mar 2012 12:03:25 -0600 Subject: [PATCH] Fixed #1321; no main menu after lobby disconnect/failed retry --- OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs b/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs index 0be93fbbe2..631a022089 100644 --- a/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs +++ b/OpenRA.Mods.RA/Widgets/Logic/LobbyLogic.cs @@ -56,7 +56,6 @@ namespace OpenRA.Mods.RA.Widgets.Logic Action onRetry = () => { - CloseWindow(); ConnectionLogic.Connect(om.Host, om.Port, onConnect, onExit); };