diff options
author | opensim mirror account | 2010-10-22 16:00:06 -0700 |
---|---|---|
committer | opensim mirror account | 2010-10-22 16:00:06 -0700 |
commit | bf5cc32b5f87de786ea764021571b2bdcf1e64cd (patch) | |
tree | 86f05bdff474bc42ee90a7e1d3dcfc508ab2bc04 /OpenSim/Framework/Capabilities/CapsUtil.cs | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.zip opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.tar.gz opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.tar.bz2 opensim-SC_OLD-bf5cc32b5f87de786ea764021571b2bdcf1e64cd.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to 'OpenSim/Framework/Capabilities/CapsUtil.cs')
-rw-r--r-- | OpenSim/Framework/Capabilities/CapsUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Capabilities/CapsUtil.cs b/OpenSim/Framework/Capabilities/CapsUtil.cs index faf2708..0334e4b 100644 --- a/OpenSim/Framework/Capabilities/CapsUtil.cs +++ b/OpenSim/Framework/Capabilities/CapsUtil.cs | |||
@@ -41,7 +41,7 @@ namespace OpenSim.Framework.Capabilities | |||
41 | /// <returns></returns> | 41 | /// <returns></returns> |
42 | public static string GetCapsSeedPath(string capsObjectPath) | 42 | public static string GetCapsSeedPath(string capsObjectPath) |
43 | { | 43 | { |
44 | return "CAPS/" + capsObjectPath + "0000/"; | 44 | return "/CAPS/" + capsObjectPath + "0000/"; |
45 | } | 45 | } |
46 | 46 | ||
47 | /// <summary> | 47 | /// <summary> |