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
parent
efc0916a01
commit
607ed61ec2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue