mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
cosmetics
This commit is contained in:
@@ -176,10 +176,10 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
bool foreigner = false;
|
||||
if (UserManagementModule != null) // foreign user
|
||||
{
|
||||
url = UserManagementModule.GetUserServerURL(toAgentID, "IMServerURI");
|
||||
foreigner = !UserManagementModule.IsLocalGridUser(toAgentID);
|
||||
if(foreigner)
|
||||
url = UserManagementModule.GetUserServerURL(toAgentID, "IMServerURI");
|
||||
}
|
||||
|
||||
Util.FireAndForget(delegate
|
||||
{
|
||||
UUID toDelAgentID = new UUID(im.toAgentID);
|
||||
|
||||
Reference in New Issue
Block a user