Same freeze issue, now checking if it's in estate
parent
bf214122cd
commit
ca380ec039
|
@ -130,6 +130,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
|||
|
||||
private void SendToEstate(uint EstateID, Dictionary<string, object> sendData)
|
||||
{
|
||||
m_log.DebugFormat("[XESTATE CONNECTOR]: SendToEstate");
|
||||
List<UUID> regions = m_EstateModule.Scenes[0].GetEstateRegions((int)EstateID);
|
||||
|
||||
UUID ScopeID = UUID.Zero;
|
||||
|
|
Loading…
Reference in New Issue