From 9dc4b2c479bae9332257136ee7c295d1688017f1 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Wed, 7 Jan 2015 20:01:54 -0800 Subject: 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. --- OpenSim/Framework/PluginLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework') 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 AddinManager.AddinLoadError += on_addinloaderror_; AddinManager.AddinLoaded += on_addinloaded_; - clear_registry_(dir); + //clear_registry_(dir); //suppress_console_output_(true); AddinManager.Initialize(dir); -- cgit v1.1