From ed6168b96b687a2f44177af8200d13b427089099 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Fri, 5 Oct 2007 11:27:46 +0000 Subject: * UserProfileData meets code conventions --- OpenSim/Framework/Communications/CommunicationsManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs') diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index 5af07f7..010d5ce 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs @@ -162,8 +162,8 @@ namespace OpenSim.Framework.Communications if (profileData != null) { LLUUID profileId = profileData.UUID; - string firstname = profileData.username; - string lastname = profileData.surname; + string firstname = profileData.Firstname; + string lastname = profileData.Lastname; remote_client.SendNameReply(profileId, firstname, lastname); } -- cgit v1.1