* Last reference to CommsManager.UserProfileCacheService removed

* Grided-sims added the Library module
This commit is contained in:
Diva Canto
2010-01-10 14:12:03 -08:00
parent 1e1b2ab221
commit 6998668bbc
3 changed files with 4 additions and 2 deletions

View File

@@ -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");
}