mirror of
https://github.com/opensim/opensim.git
synced 2026-07-06 04:30:25 +08:00
Remove the restriction on communication across scopes. This will allow
cross-scope users to IM each other.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user