diff options
author | Diva Canto | 2015-01-07 20:01:54 -0800 |
---|---|---|
committer | Diva Canto | 2015-01-07 20:01:54 -0800 |
commit | 9dc4b2c479bae9332257136ee7c295d1688017f1 (patch) | |
tree | 9a2d3b3ea4cb1e600c9d2ff7c6ec67fb290d0850 /OpenSim/Framework | |
parent | Fix name of EstateDataRemoteConnector in the comment. (diff) | |
download | opensim-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.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/PluginLoader.cs | 2 |
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); |