* Minuscule CC fix

0.6.6-post-fixes
lbsa71 2009-06-22 07:40:31 +00:00
parent d2d145b27f
commit e9d0f48a5b
1 changed files with 2 additions and 0 deletions

View File

@ -349,7 +349,9 @@ namespace OpenSim.Region.Framework.Scenes
// Load region settings
m_regInfo.RegionSettings = m_storageManager.DataStore.LoadRegionSettings(m_regInfo.RegionID);
if (m_storageManager.EstateDataStore != null)
{
m_regInfo.EstateSettings = m_storageManager.EstateDataStore.LoadEstateSettings(m_regInfo.RegionID);
}
//Bind Storage Manager functions to some land manager functions for this scene
EventManager.OnLandObjectAdded +=