Stab one bug. When joining an estate with a new region, make sure it's also

used on first run and not only later.
slimupdates
Melanie 2010-03-28 23:18:25 +01:00
parent efc0916a01
commit 607ed61ec2
1 changed files with 2 additions and 0 deletions

View File

@ -635,6 +635,8 @@ namespace OpenSim.Region.Framework.Scenes
int estateID = estateIDs[0];
m_regInfo.EstateSettings = m_storageManager.EstateDataStore.LoadEstateSettings(estateID);
if (m_storageManager.EstateDataStore.LinkRegion(m_regInfo.RegionID, estateID))
break;