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); };