diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
239 | else | 239 | else |
240 | { | 240 | { |
241 | AgentInventory userInventory = new AgentInventory(); | 241 | AgentInventory userInventory = new AgentInventory(); |
242 | userInventory.CreateRootFolder(userID, false); | 242 | userInventory.CreateRootFolder(userID); |
243 | 243 | ||
244 | ArrayList AgentInventoryArray = new ArrayList(); | 244 | ArrayList AgentInventoryArray = new ArrayList(); |
245 | Hashtable TempHash; | 245 | Hashtable TempHash; |