mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Refactor: Eliminate RequestUsersRoot() redundant method
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Region.Communications.Local
|
||||
|
||||
public override bool HasInventoryForUser(LLUUID userID)
|
||||
{
|
||||
InventoryFolderBase root = RequestUsersRoot(userID);
|
||||
InventoryFolderBase root = RequestRootFolder(userID);
|
||||
if (root == null)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user