Don't tell the master server about local servers

This commit is contained in:
Paul Chote
2011-05-12 19:31:51 +12:00
parent f0f591c6fb
commit 5fffc9d816
5 changed files with 18 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ namespace OpenRA.Mods.Cnc.Widgets
Game.Settings.Save();
// Create and join the server
Game.CreateServer(listenPort, name, map.Uid);
Game.CreateServer(name, map.Uid, listenPort, advertiseOnline, externalPort);
Widget.CloseWindow();
CncConnectingLogic.Connect(IPAddress.Loopback.ToString(), Game.Settings.Server.ListenPort, onCreate, onExit);
}