mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* Adding some virtual hooks and making some privaets protected for great justice.
This commit is contained in:
@@ -119,7 +119,7 @@ namespace OpenSim.Framework.Communications
|
||||
}
|
||||
|
||||
// see IUserService
|
||||
public UserProfileData GetUserProfile(UUID uuid)
|
||||
public virtual UserProfileData GetUserProfile(UUID uuid)
|
||||
{
|
||||
foreach (IUserDataPlugin plugin in _plugins)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user