mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
This fixes the problem that region modules (new style) weren't being recognized.
This commit is contained in:
@@ -197,6 +197,7 @@ namespace OpenSim
|
||||
LoadPlugins();
|
||||
foreach (IApplicationPlugin plugin in m_plugins)
|
||||
{
|
||||
m_log.Debug("XXX PostInitialise " + plugin.Name);
|
||||
plugin.PostInitialise();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user