* 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

@@ -239,7 +239,7 @@ namespace OpenSim.Region.Communications.Local
else
{
AgentInventory userInventory = new AgentInventory();
userInventory.CreateRootFolder(userID, false);
userInventory.CreateRootFolder(userID);
ArrayList AgentInventoryArray = new ArrayList();
Hashtable TempHash;