diff options
author | Justin Clarke Casey | 2008-03-28 16:27:29 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-28 16:27:29 +0000 |
commit | 512e52be4cd0c942105ef5bec71ac8b78ffe02c1 (patch) | |
tree | 4d82df98acfbdc26da0433a2f4a456d41203fc8e /OpenSim/Region | |
parent | fixes mantis #778 and shoots himself for making such a mistake to begin with,... (diff) | |
download | opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.zip opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.tar.gz opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.tar.bz2 opensim-SC_OLD-512e52be4cd0c942105ef5bec71ac8b78ffe02c1.tar.xz |
* Remove pointless boolean on AgentInventory.CreateRootFolder()
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; |