time limit the port forwarding if possible
This commit is contained in:
@@ -110,7 +110,7 @@ namespace OpenRA.Server
|
||||
randomSeed = (int)DateTime.Now.ToBinary();
|
||||
|
||||
if (Settings.AllowPortForward)
|
||||
UPnP.ForwardPort();
|
||||
UPnP.ForwardPort(3600);
|
||||
|
||||
foreach (var trait in modData.Manifest.ServerTraits)
|
||||
serverTraits.Add(modData.ObjectCreator.CreateObject<ServerTrait>(trait));
|
||||
|
||||
Reference in New Issue
Block a user