aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2015-01-07 20:01:54 -0800
committerDiva Canto2015-01-07 20:01:54 -0800
commit9dc4b2c479bae9332257136ee7c295d1688017f1 (patch)
tree9a2d3b3ea4cb1e600c9d2ff7c6ec67fb290d0850
parentFix name of EstateDataRemoteConnector in the comment. (diff)
downloadopensim-SC_OLD-9dc4b2c479bae9332257136ee7c295d1688017f1.zip
opensim-SC_OLD-9dc4b2c479bae9332257136ee7c295d1688017f1.tar.gz
opensim-SC_OLD-9dc4b2c479bae9332257136ee7c295d1688017f1.tar.bz2
opensim-SC_OLD-9dc4b2c479bae9332257136ee7c295d1688017f1.tar.xz
Commented out clear_registry_ because (1) it isn't clearing up anything anymore -- mono addins moved to suffix -002 at least since BlueWall updated it; (2) we shouldn't clear the registry, period. People who run many sims from the same bin folder need to configure each sim to use its own RegistryLocation, just like they configure them to use their own port.
-rw-r--r--OpenSim/Framework/PluginLoader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/PluginLoader.cs b/OpenSim/Framework/PluginLoader.cs
index ae551a0..d12aa61 100644
--- a/OpenSim/Framework/PluginLoader.cs
+++ b/OpenSim/Framework/PluginLoader.cs
@@ -215,7 +215,7 @@ namespace OpenSim.Framework
215 AddinManager.AddinLoadError += on_addinloaderror_; 215 AddinManager.AddinLoadError += on_addinloaderror_;
216 AddinManager.AddinLoaded += on_addinloaded_; 216 AddinManager.AddinLoaded += on_addinloaded_;
217 217
218 clear_registry_(dir); 218 //clear_registry_(dir);
219 219
220 //suppress_console_output_(true); 220 //suppress_console_output_(true);
221 AddinManager.Initialize(dir); 221 AddinManager.Initialize(dir);