fixing up various issues

This commit is contained in:
Chris Forbes
2010-02-05 19:36:18 +13:00
parent 99342322af
commit 9cdefee403
7 changed files with 16 additions and 3 deletions

View File

@@ -30,6 +30,10 @@ namespace OpenRA.Server
lobbyInfo = new Session();
lobbyInfo.GlobalSettings.Mods = defaultMods;
Console.WriteLine("Initial mods: ");
foreach( var m in lobbyInfo.GlobalSettings.Mods )
Console.WriteLine("- {0}", m);
listener.Start();
Console.WriteLine("Server started.");