This fixes the problem that region modules (new style) weren't being recognized.

This commit is contained in:
Diva Canto
2010-01-11 14:39:15 -08:00
parent 19ad68e5e4
commit 4e7c449c5a
2 changed files with 14 additions and 9 deletions

View File

@@ -197,6 +197,7 @@ namespace OpenSim
LoadPlugins();
foreach (IApplicationPlugin plugin in m_plugins)
{
m_log.Debug("XXX PostInitialise " + plugin.Name);
plugin.PostInitialise();
}