Remove the restriction on communication across scopes. This will allow
cross-scope users to IM each other.avinationmerge
parent
61b7ec5fb5
commit
dfc0c8dca6
|
@ -532,7 +532,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
|||
|
||||
if (upd != null)
|
||||
{
|
||||
GridRegion reginfo = m_Scenes[0].GridService.GetRegionByUUID(m_Scenes[0].RegionInfo.ScopeID,
|
||||
GridRegion reginfo = m_Scenes[0].GridService.GetRegionByUUID(UUID.Zero,
|
||||
upd.RegionID);
|
||||
if (reginfo != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue