Attempt to fix the "region starts but doesn't load anything" issue

GenericGridServerConcept
Sean Dague 2009-02-26 17:06:06 +00:00
parent de82bf9eb5
commit c0c1a31f61
1 changed files with 6 additions and 0 deletions

View File

@ -195,6 +195,12 @@ namespace OpenSim
LoadPlugins(); LoadPlugins();
foreach (IApplicationPlugin plugin in m_plugins)
{
plugin.PostInitialise();
}
// Only enable logins to the regions once we have completely finished starting up (apart from scripts) // Only enable logins to the regions once we have completely finished starting up (apart from scripts)
m_commsManager.GridService.RegionLoginsEnabled = true; m_commsManager.GridService.RegionLoginsEnabled = true;