From 512e52be4cd0c942105ef5bec71ac8b78ffe02c1 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 28 Mar 2008 16:27:29 +0000 Subject: * Remove pointless boolean on AgentInventory.CreateRootFolder() --- OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index 6f12601..7b30727 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs @@ -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; -- cgit v1.1