From adf4a3b9fd06068a20706d8b51d5ec6cd150a55d Mon Sep 17 00:00:00 2001 From: Tleiades Hax Date: Fri, 26 Oct 2007 15:35:17 +0000 Subject: Added method to create default config file in region server(OpenSim) following along the same priciples as in the other servers. --- OpenSim/Framework/General/Types/NetworkServersInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/General') diff --git a/OpenSim/Framework/General/Types/NetworkServersInfo.cs b/OpenSim/Framework/General/Types/NetworkServersInfo.cs index 9e4bdb1..2357a9e 100644 --- a/OpenSim/Framework/General/Types/NetworkServersInfo.cs +++ b/OpenSim/Framework/General/Types/NetworkServersInfo.cs @@ -49,7 +49,7 @@ namespace OpenSim.Framework.Types public static int DefaultHttpListenerPort = 9000; public int HttpListenerPort = DefaultHttpListenerPort; - public int RemotingListenerPort = 8895; + public static int RemotingListenerPort = 8895; public NetworkServersInfo() -- cgit v1.1