mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 09:02:00 +00:00
Add the requesting avatar id to the notes request
git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@7 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
@@ -216,6 +216,8 @@ namespace OpenSimProfile.Modules.OpenProfile
|
||||
IClientAPI remoteClient = (IClientAPI)sender;
|
||||
|
||||
Hashtable ReqHash = new Hashtable();
|
||||
|
||||
ReqHash["avatar_id"] = remoteClient.AgentId.ToString();
|
||||
ReqHash["uuid"] = args[0];
|
||||
|
||||
Hashtable result = GenericXMLRPCRequest(ReqHash,
|
||||
|
||||
Reference in New Issue
Block a user