From 1e444b1449ffad4969709c039f7c606c9f8f484d Mon Sep 17 00:00:00 2001 From: AliciaRaven Date: Tue, 31 Mar 2015 12:35:55 +0100 Subject: Change UserProfiles so that the parcel name is used for a ProfilePick and not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves. Signed-off-by: Michael Cerquoni --- OpenSim/Framework/UserProfiles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/UserProfiles.cs') diff --git a/OpenSim/Framework/UserProfiles.cs b/OpenSim/Framework/UserProfiles.cs index bfc2f6b..98ab651 100644 --- a/OpenSim/Framework/UserProfiles.cs +++ b/OpenSim/Framework/UserProfiles.cs @@ -77,7 +77,7 @@ namespace OpenSim.Framework public string Desc = string.Empty; public UUID ParcelId = UUID.Zero; public UUID SnapshotId = UUID.Zero; - public string User = string.Empty; + public string ParcelName = string.Empty; public string SimName = string.Empty; public string GlobalPos = "<0,0,0>"; public string Gatekeeper = string.Empty; -- cgit v1.1