Bugfix when connecting via server browser

This commit is contained in:
Paul Chote
2011-05-08 16:44:21 +12:00
parent fd6c0a90c6
commit 805f61cc4b

View File

@@ -78,6 +78,7 @@ namespace OpenRA.Mods.Cnc.Widgets
string host = currentServer.Address.Split(':')[0];
int port = int.Parse(currentServer.Address.Split(':')[1]);
Widget.CloseWindow();
CncConnectingLogic.Connect(host, port, openLobby, onExit);
};