aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/CommunicationsManager.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/CommunicationsManager.cs4
1 files changed, 2 insertions, 2 deletions
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
162 if (profileData != null) 162 if (profileData != null)
163 { 163 {
164 LLUUID profileId = profileData.UUID; 164 LLUUID profileId = profileData.UUID;
165 string firstname = profileData.username; 165 string firstname = profileData.Firstname;
166 string lastname = profileData.surname; 166 string lastname = profileData.Lastname;
167 167
168 remote_client.SendNameReply(profileId, firstname, lastname); 168 remote_client.SendNameReply(profileId, firstname, lastname);
169 } 169 }