mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Last reference to CommsManager.UserProfileCacheService removed
* Grided-sims added the Library module
This commit is contained in:
@@ -419,7 +419,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void HandleUUIDNameRequest(UUID uuid, IClientAPI remote_client)
|
||||
{
|
||||
if (uuid == CommsManager.UserProfileCacheService.LibraryRoot.Owner)
|
||||
if (LibraryService != null && (LibraryService.LibraryRootFolder.Owner == uuid))
|
||||
{
|
||||
remote_client.SendNameReply(uuid, "Mr", "OpenSim");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user