change CncConnectingLogic to CncConnectionLogic to match filename

This commit is contained in:
Chris Forbes
2011-11-06 11:21:47 +13:00
parent 9b5c7c2379
commit 314db743fc
7 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
{
var map = WidgetUtils.ChooseInitialMap(Game.Settings.Server.Map);
CncConnectingLogic.Connect(IPAddress.Loopback.ToString(),
CncConnectionLogic.Connect(IPAddress.Loopback.ToString(),
Game.CreateLocalServer(map),
() => OpenLobbyPanel(MenuType.Main, true),
() => { Game.CloseServer(); Menu = MenuType.Main; });