aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares2008-06-06 08:05:09 +0000
committerTeravus Ovares2008-06-06 08:05:09 +0000
commit3cbc01ee88dc1adf5b6a253819926276a43a3e07 (patch)
tree16ee06c7e0053914997932affb07142c40fafe5b /OpenSim
parentFixes scale property with regards to the physics engine. (diff)
downloadopensim-SC_OLD-3cbc01ee88dc1adf5b6a253819926276a43a3e07.zip
opensim-SC_OLD-3cbc01ee88dc1adf5b6a253819926276a43a3e07.tar.gz
opensim-SC_OLD-3cbc01ee88dc1adf5b6a253819926276a43a3e07.tar.bz2
opensim-SC_OLD-3cbc01ee88dc1adf5b6a253819926276a43a3e07.tar.xz
* Fixes incorrect message server startup prompt
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/MessageServerConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/MessageServerConfig.cs b/OpenSim/Framework/MessageServerConfig.cs
index cf029e5..b7a51bc 100644
--- a/OpenSim/Framework/MessageServerConfig.cs
+++ b/OpenSim/Framework/MessageServerConfig.cs
@@ -75,7 +75,7 @@ namespace OpenSim.Framework
75 configMember.addConfigurationOption("grid_send_key", ConfigurationOption.ConfigurationTypes.TYPE_STRING, 75 configMember.addConfigurationOption("grid_send_key", ConfigurationOption.ConfigurationTypes.TYPE_STRING,
76 "Key to send to grid server", "null", false); 76 "Key to send to grid server", "null", false);
77 configMember.addConfigurationOption("grid_recv_key", ConfigurationOption.ConfigurationTypes.TYPE_STRING, 77 configMember.addConfigurationOption("grid_recv_key", ConfigurationOption.ConfigurationTypes.TYPE_STRING,
78 "Key to expect from user server", "null", false); 78 "Key to expect from grid server", "null", false);
79 79
80 80
81 configMember.addConfigurationOption("database_connect", ConfigurationOption.ConfigurationTypes.TYPE_STRING, 81 configMember.addConfigurationOption("database_connect", ConfigurationOption.ConfigurationTypes.TYPE_STRING,