avoid unneccessary spaces
This commit is contained in:
@@ -65,7 +65,7 @@ namespace OpenRA.Network
|
||||
|
||||
foreach (var mp in NatDevice.GetAllMappings())
|
||||
Log.Write("server", "Existing port mapping: protocol={0}, public={1}, private={2}",
|
||||
mp.Protocol, mp.PublicPort, mp.PrivatePort);
|
||||
mp.Protocol, mp.PublicPort, mp.PrivatePort);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user