mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* reverse part of a change that accidentally crept in with the last revision
This commit is contained in:
@@ -84,6 +84,7 @@ namespace OpenSim.Framework.Communications
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public void ResetAttachments(UUID userID)
|
||||
{
|
||||
foreach (IUserDataPlugin plugin in _plugins)
|
||||
@@ -91,6 +92,7 @@ namespace OpenSim.Framework.Communications
|
||||
plugin.ResetAttachments(userID);
|
||||
}
|
||||
}
|
||||
|
||||
public UserAgentData GetAgentByUUID(UUID userId)
|
||||
{
|
||||
foreach (IUserDataPlugin plugin in _plugins)
|
||||
@@ -105,6 +107,7 @@ namespace OpenSim.Framework.Communications
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
// see IUserService
|
||||
public UserProfileData GetUserProfile(UUID uuid)
|
||||
{
|
||||
@@ -137,6 +140,7 @@ namespace OpenSim.Framework.Communications
|
||||
return new List<AvatarPickerAvatar>();
|
||||
}
|
||||
}
|
||||
|
||||
return pickerlist;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user