aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs
diff options
context:
space:
mode:
authorMike Mazur2009-02-23 04:39:08 +0000
committerMike Mazur2009-02-23 04:39:08 +0000
commitdba8c90611abf50b706bc3ba54bc455ee142dae3 (patch)
tree052878bcc0cd4a23af2e0ad60f8b37f248bc5c2d /OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs
parentPrevent avatar from walking along z-axis (diff)
downloadopensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.zip
opensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.tar.gz
opensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.tar.bz2
opensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.tar.xz
Load default assets when AssetInventory starts.
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs b/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs
index d0f4250..79b6c73 100644
--- a/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs
+++ b/OpenSim/Grid/AssetInventoryServer/AssetInventoryConfig.cs
@@ -71,6 +71,7 @@ namespace OpenSim.Grid.AssetInventoryServer
71 { 71 {
72 IConfig config = result.AddConfig("Config"); 72 IConfig config = result.AddConfig("Config");
73 config.Set("listen_port", 8003); 73 config.Set("listen_port", 8003);
74 config.Set("assetset_location", String.Format(".{0}assets{0}AssetSets.xml", Path.DirectorySeparatorChar));
74 } 75 }
75 76
76 { 77 {