diff options
author | lbsa71 | 2007-10-05 11:27:46 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-05 11:27:46 +0000 |
commit | ed6168b96b687a2f44177af8200d13b427089099 (patch) | |
tree | 2d87efb9c800f06233cbef0612617eba2c931f68 /OpenSim/Framework/Communications/CommunicationsManager.cs | |
parent | == The "right name and place" commit == (diff) | |
download | opensim-SC_OLD-ed6168b96b687a2f44177af8200d13b427089099.zip opensim-SC_OLD-ed6168b96b687a2f44177af8200d13b427089099.tar.gz opensim-SC_OLD-ed6168b96b687a2f44177af8200d13b427089099.tar.bz2 opensim-SC_OLD-ed6168b96b687a2f44177af8200d13b427089099.tar.xz |
* UserProfileData meets code conventions
Diffstat (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 4 |
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 | } |