diff options
author | Melanie | 2010-08-06 18:08:40 +0100 |
---|---|---|
committer | Melanie | 2010-08-06 18:08:40 +0100 |
commit | 26387252f5adbf71dc77084ff2d1b463fad5038c (patch) | |
tree | 0453fd501165368affa2917180ef3e43c5555ea0 /OpenSim/Tools | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
parent | Fix a parenthesis in prior commit (diff) | |
download | opensim-SC-26387252f5adbf71dc77084ff2d1b463fad5038c.zip opensim-SC-26387252f5adbf71dc77084ff2d1b463fad5038c.tar.gz opensim-SC-26387252f5adbf71dc77084ff2d1b463fad5038c.tar.bz2 opensim-SC-26387252f5adbf71dc77084ff2d1b463fad5038c.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Tools')
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs index 3d1b668..e74debb 100644 --- a/OpenSim/Tools/Configger/ConfigurationLoader.cs +++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs | |||
@@ -241,21 +241,6 @@ namespace OpenSim.Tools.Configger | |||
241 | config.Set("EventQueue", true); | 241 | config.Set("EventQueue", true); |
242 | } | 242 | } |
243 | 243 | ||
244 | { | ||
245 | IConfig config = defaultConfig.Configs["Network"]; | ||
246 | |||
247 | if (null == config) | ||
248 | config = defaultConfig.AddConfig("Network"); | ||
249 | |||
250 | config.Set("default_location_x", 1000); | ||
251 | config.Set("default_location_y", 1000); | ||
252 | config.Set("grid_send_key", "null"); | ||
253 | config.Set("grid_recv_key", "null"); | ||
254 | config.Set("user_send_key", "null"); | ||
255 | config.Set("user_recv_key", "null"); | ||
256 | config.Set("secure_inventory_server", "true"); | ||
257 | } | ||
258 | |||
259 | return defaultConfig; | 244 | return defaultConfig; |
260 | } | 245 | } |
261 | 246 | ||