diff options
Diffstat (limited to 'OpenSim/Framework/Communications/CommunicationsManager.cs')
-rw-r--r-- | OpenSim/Framework/Communications/CommunicationsManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/CommunicationsManager.cs b/OpenSim/Framework/Communications/CommunicationsManager.cs index 2813aa0..37020f6 100644 --- a/OpenSim/Framework/Communications/CommunicationsManager.cs +++ b/OpenSim/Framework/Communications/CommunicationsManager.cs | |||
@@ -236,7 +236,7 @@ namespace OpenSim.Framework.Communications | |||
236 | 236 | ||
237 | public void UpdateAvatarPropertiesRequest(IClientAPI remote_client, UserProfileData UserProfile) | 237 | public void UpdateAvatarPropertiesRequest(IClientAPI remote_client, UserProfileData UserProfile) |
238 | { | 238 | { |
239 | m_userService.UpdateUserProfileProperties(UserProfile); | 239 | m_userService.UpdateUserProfileProperties(UserProfile); |
240 | return; | 240 | return; |
241 | } | 241 | } |
242 | 242 | ||