Allow cross-scope friendships to work, and also allow other cross scope name

resolution
This commit is contained in:
Melanie
2011-01-02 01:29:22 +01:00
parent 04e450e2bc
commit 5432dfd53a
3 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
return returnstring;
}
UserAccount account = m_Scenes[0].UserAccountService.GetUserAccount(m_Scenes[0].RegionInfo.ScopeID, uuid);
UserAccount account = m_Scenes[0].UserAccountService.GetUserAccount(UUID.Zero, uuid);
if (account != null)
{