fix some plenks

no logic changes
This commit is contained in:
Matthias Mailänder
2013-06-22 15:17:10 +02:00
parent dab3d99890
commit 8ddc840370
2 changed files with 4 additions and 4 deletions

View File

@@ -97,9 +97,9 @@ namespace OpenRA.Server
UPnP.ForwardPort();
foreach (var trait in modData.Manifest.ServerTraits)
ServerTraits.Add( modData.ObjectCreator.CreateObject<ServerTrait>(trait) );
ServerTraits.Add(modData.ObjectCreator.CreateObject<ServerTrait>(trait));
lobbyInfo = new Session( mods );
lobbyInfo = new Session(mods);
lobbyInfo.GlobalSettings.RandomSeed = randomSeed;
lobbyInfo.GlobalSettings.Map = settings.Map;
lobbyInfo.GlobalSettings.ServerName = settings.Name;