fix settings for d2k and cnc

no UPnP for CnC singleplayer skirmishes, use RA chromes at D2k
This commit is contained in:
Matthias Mailänder
2012-06-18 17:07:56 +02:00
parent 45a5e317c0
commit ce0099f5d2
12 changed files with 15 additions and 1282 deletions

View File

@@ -392,6 +392,7 @@ namespace OpenRA
// Work around a miscompile in mono 2.6.7:
// booleans that default to true cannot be set false by an initializer
settings.AdvertiseOnline = false;
settings.AllowUPnP = false;
server = new Server.Server(new IPEndPoint(IPAddress.Loopback, 0),
Game.Settings.Game.Mods, settings, modData);