mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Changed RequestRootFolder to GetRootFolder
This commit is contained in:
@@ -142,7 +142,7 @@ namespace OpenSim.Services.Interfaces
|
||||
/// </summary>
|
||||
/// <param name="userID"></param>
|
||||
/// <returns>null if no root folder was found</returns>
|
||||
InventoryFolderBase RequestRootFolder(UUID userID);
|
||||
InventoryFolderBase GetRootFolder(UUID userID);
|
||||
|
||||
/// <summary>
|
||||
/// Get the active gestures of the agent.
|
||||
|
||||
Reference in New Issue
Block a user