* Remove pointless boolean on AgentInventory.CreateRootFolder()

This commit is contained in:
Justin Clarke Casey
2008-03-28 16:27:29 +00:00
parent a13d68d98c
commit 512e52be4c
5 changed files with 5 additions and 9 deletions

View File

@@ -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;