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:
Tedd Hansen
2008-01-05 20:05:29 +00:00
parent 52666e64c8
commit 0fb0a6816d
3 changed files with 22 additions and 20 deletions

View File

@@ -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();