diff options
author | Justin Clarke Casey | 2009-04-21 20:12:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-04-21 20:12:33 +0000 |
commit | 607156cae844ec97b8bab273075127a6248a81c3 (patch) | |
tree | 4f8b9c474fc0ce3f23feeb623fadb8bd366ec654 /OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |
parent | Thank you kindly, TLaukkan for a patch that: (diff) | |
download | opensim-SC-607156cae844ec97b8bab273075127a6248a81c3.zip opensim-SC-607156cae844ec97b8bab273075127a6248a81c3.tar.gz opensim-SC-607156cae844ec97b8bab273075127a6248a81c3.tar.bz2 opensim-SC-607156cae844ec97b8bab273075127a6248a81c3.tar.xz |
* Comment out user profile cache update method for now
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index 98ec287..52869b1 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -65,7 +65,7 @@ namespace OpenSim.Framework.Communications.Cache | |||
65 | private readonly CommunicationsManager m_commsManager; | 65 | private readonly CommunicationsManager m_commsManager; |
66 | 66 | ||
67 | public UserProfileData UserProfile { get { return m_userProfile; } } | 67 | public UserProfileData UserProfile { get { return m_userProfile; } } |
68 | protected internal UserProfileData m_userProfile; | 68 | private UserProfileData m_userProfile; |
69 | 69 | ||
70 | /// <summary> | 70 | /// <summary> |
71 | /// Have we received the user's inventory from the inventory service? | 71 | /// Have we received the user's inventory from the inventory service? |