diff options
Diffstat (limited to 'OpenSim/Framework/Communications/UserManagerBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/UserManagerBase.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Framework/Communications/UserManagerBase.cs b/OpenSim/Framework/Communications/UserManagerBase.cs index a929317..a5ca654 100644 --- a/OpenSim/Framework/Communications/UserManagerBase.cs +++ b/OpenSim/Framework/Communications/UserManagerBase.cs | |||
@@ -265,21 +265,6 @@ namespace OpenSim.Framework.Communications | |||
265 | return null; | 265 | return null; |
266 | } | 266 | } |
267 | 267 | ||
268 | public void UpdateUserCurrentRegion(UUID avatarid, UUID regionuuid, ulong regionhandle) | ||
269 | { | ||
270 | foreach (IUserDataPlugin plugin in _plugins) | ||
271 | { | ||
272 | try | ||
273 | { | ||
274 | plugin.UpdateUserCurrentRegion(avatarid, regionuuid, regionhandle); | ||
275 | } | ||
276 | catch (Exception e) | ||
277 | { | ||
278 | m_log.Info("[USERSTORAGE]: Unable to updateuser location via " + plugin.Name + "(" + e.ToString() + ")"); | ||
279 | } | ||
280 | } | ||
281 | } | ||
282 | |||
283 | /// <summary> | 268 | /// <summary> |
284 | /// Loads a user's friend list | 269 | /// Loads a user's friend list |
285 | /// </summary> | 270 | /// </summary> |