mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Only one queue is used for load/unload of scripts.
So loading/unloading of scripts are now done in same sequence as they are called.
This commit is contained in:
@@ -344,7 +344,6 @@ namespace OpenSim
|
||||
ExtensionNodeList nodes = AddinManager.GetExtensionNodes("/OpenSim/Startup");
|
||||
MainLog.Instance.Verbose("PLUGINS", "Loading {0} OpenSim application plugins", nodes.Count);
|
||||
|
||||
int modcount = 0;
|
||||
foreach (TypeExtensionNode node in nodes)
|
||||
{
|
||||
IApplicationPlugin plugin = (IApplicationPlugin)node.CreateInstance();
|
||||
|
||||
Reference in New Issue
Block a user