mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 09:02:00 +00:00
Applied patch (#438) from BlueWall Slade to fix indentation issues.
git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@91 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
@@ -772,7 +772,7 @@ namespace OpenSimProfile.Modules.OpenProfile
|
||||
// The PROFILE information is no longer stored in the user
|
||||
// account. It now needs to be taken from the XMLRPC
|
||||
//
|
||||
remoteClient.SendAvatarProperties(avatarID, aboutText,born,
|
||||
remoteClient.SendAvatarProperties(avatarID, aboutText,born,
|
||||
charterMember, firstLifeAboutText,
|
||||
flags,
|
||||
firstLifeImage, image, profileUrl, partner);
|
||||
@@ -810,8 +810,8 @@ namespace OpenSimProfile.Modules.OpenProfile
|
||||
ReqHash["FirstLifeImage"] = newProfile.FirstLifeImage.ToString();
|
||||
ReqHash["FirstLifeAboutText"] = newProfile.FirstLifeAboutText;
|
||||
|
||||
string serverURI = string.Empty;
|
||||
bool foreign = GetUserProfileServerURI(remoteClient.AgentId, out serverURI);
|
||||
string serverURI = string.Empty;
|
||||
bool foreign = GetUserProfileServerURI(remoteClient.AgentId, out serverURI);
|
||||
|
||||
Hashtable result = GenericXMLRPCRequest(ReqHash,
|
||||
"avatar_properties_update", serverURI);
|
||||
|
||||
Reference in New Issue
Block a user