Changed it so opensim.exe should scan for new application plugins every time its ran, rather than just the first time (or when the addins and addin-db-000 directories were deleted).

afrisby
MW 2007-11-05 12:24:07 +00:00
parent e1e611452b
commit 6bb1e91d41
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ namespace OpenSim
IConfig startupConfig = configSource.Configs["Startup"];
AddinManager.Initialize(".");
AddinManager.Registry.Update(null);
string iniFilePath = startupConfig.GetString("inifile", "OpenSim.ini");