mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 00:57:50 +00:00
Removed FindPresence() call in GetProfileData() as it is not needed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user