mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Remove pointless boolean on AgentInventory.CreateRootFolder()
This commit is contained in:
@@ -342,7 +342,7 @@ namespace OpenSim.Grid.UserServer
|
||||
" for user ID " + userID);
|
||||
|
||||
AgentInventory userInventory = new AgentInventory();
|
||||
userInventory.CreateRootFolder(userID, false);
|
||||
userInventory.CreateRootFolder(userID);
|
||||
|
||||
ArrayList AgentInventoryArray = new ArrayList();
|
||||
Hashtable TempHash;
|
||||
|
||||
Reference in New Issue
Block a user