mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
This should get rid of the infinite loop upon looking up users/agents by UUID in grid mode. Grr.
This commit is contained in:
@@ -313,7 +313,7 @@ namespace OpenSim.Region.Communications.Hypergrid
|
||||
|
||||
public bool IsForeignUser(UUID userID, out string userServerURL)
|
||||
{
|
||||
userServerURL = string.Empty;
|
||||
userServerURL = m_commsManager.NetworkServersInfo.UserURL;
|
||||
CachedUserInfo uinfo = m_commsManager.UserProfileCacheService.GetUserDetails(userID);
|
||||
if (uinfo != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user