mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
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.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user