diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs index 4aed338..714e279 100644 --- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs +++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | |||
@@ -218,9 +218,8 @@ namespace OpenSim.Framework.Communications.Cache | |||
218 | /// <summary> | 218 | /// <summary> |
219 | /// Preloads User data into the region cache. Modules may use this service to add non-standard clients | 219 | /// Preloads User data into the region cache. Modules may use this service to add non-standard clients |
220 | /// </summary> | 220 | /// </summary> |
221 | /// <param name="userID"></param> | ||
222 | /// <param name="userData"></param> | 221 | /// <param name="userData"></param> |
223 | public void PreloadUserCache(UUID userID, UserProfileData userData) | 222 | public void PreloadUserCache(UserProfileData userData) |
224 | { | 223 | { |
225 | AddToCaches(userData); | 224 | AddToCaches(userData); |
226 | } | 225 | } |