aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/InventoryServiceBase.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-28 16:27:29 +0000
committerJustin Clarke Casey2008-03-28 16:27:29 +0000
commit512e52be4cd0c942105ef5bec71ac8b78ffe02c1 (patch)
tree4d82df98acfbdc26da0433a2f4a456d41203fc8e /OpenSim/Framework/Communications/InventoryServiceBase.cs
parentfixes mantis #778 and shoots himself for making such a mistake to begin with,... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/Communications/InventoryServiceBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs
index b73340c..78de4a5 100644
--- a/OpenSim/Framework/Communications/InventoryServiceBase.cs
+++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Framework.Communications
50 { 50 {
51 if (!String.IsNullOrEmpty(FileName)) 51 if (!String.IsNullOrEmpty(FileName))
52 { 52 {
53 m_log.Info("[AGENTINVENTORY]: Inventorystorage: Attempting to load " + FileName); 53 m_log.Info("[AGENTINVENTORY]: Inventory storage: Attempting to load " + FileName);
54 Assembly pluginAssembly = Assembly.LoadFrom(FileName); 54 Assembly pluginAssembly = Assembly.LoadFrom(FileName);
55 55
56 foreach (Type pluginType in pluginAssembly.GetTypes()) 56 foreach (Type pluginType in pluginAssembly.GetTypes())