Fixed #1321; no main menu after lobby disconnect/failed retry

This commit is contained in:
Curtis Shmyr
2012-03-24 12:03:25 -06:00
committed by Chris Forbes
parent 1010276cd5
commit 499234e5dd

View File

@@ -56,7 +56,6 @@ namespace OpenRA.Mods.RA.Widgets.Logic
Action onRetry = () =>
{
CloseWindow();
ConnectionLogic.Connect(om.Host, om.Port, onConnect, onExit);
};