* Enables logins to regions on a grid once they have finished starting up (this does not include script startup).

This commit is contained in:
Justin Clarke Casey
2008-09-19 20:02:19 +00:00
parent 858d8416b4
commit e518fe5d34
2 changed files with 47 additions and 30 deletions

View File

@@ -425,7 +425,7 @@ namespace OpenSim
LoadPlugins();
// Only enable logins to the regions once we have completely finished starting up
// Only enable logins to the regions once we have completely finished starting up (apart from scripts)
m_commsManager.GridService.RegionLoginsEnabled = true;
}