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.
parent
16ff808595
commit
9dc4b2c479
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue