diff --git a/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs b/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs index ac17681..a98405e 100644 --- a/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs +++ b/OpenSimProfile/Modules/ProfileModule/OpenProfile.cs @@ -726,9 +726,6 @@ namespace OpenSimProfile.Modules.OpenProfile { Hashtable ReqHash = new Hashtable(); - // Can't handle NPC yet... - ScenePresence p = FindPresence(userID); - ReqHash["avatar_id"] = userID.ToString(); string serverURI = String.Empty;