mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Remove pointless boolean on AgentInventory.CreateRootFolder()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user