aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs
diff options
context:
space:
mode:
authorBlueWall2011-04-21 19:04:41 -0400
committerJustin Clark-Casey (justincc)2011-04-22 00:39:39 +0100
commit70e8e8a7858c8322da76e860677d4a7ec3e399e5 (patch)
tree805c44ef2460a7f89edec37e6f8416622d728fce /OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs
parentchange flavour to rc1 (diff)
downloadopensim-SC_OLD-70e8e8a7858c8322da76e860677d4a7ec3e399e5.zip
opensim-SC_OLD-70e8e8a7858c8322da76e860677d4a7ec3e399e5.tar.gz
opensim-SC_OLD-70e8e8a7858c8322da76e860677d4a7ec3e399e5.tar.bz2
opensim-SC_OLD-70e8e8a7858c8322da76e860677d4a7ec3e399e5.tar.xz
some mesh config asthetics0.7.1-rc1
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs b/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs
index d651cb2..3d4c7b7 100644
--- a/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Assets/NewFileAgentInventoryVariablePriceModule.cs
@@ -72,7 +72,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Assets
72 if (meshConfig == null) 72 if (meshConfig == null)
73 return; 73 return;
74 74
75 m_enabled = meshConfig.GetBoolean("ColladaMesh", true); 75 m_enabled = meshConfig.GetBoolean("AllowMeshUpload", true);
76 } 76 }
77 77
78 public void AddRegion(Scene pScene) 78 public void AddRegion(Scene pScene)