diff options
author | Justin Clarke Casey | 2007-12-29 19:01:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-29 19:01:55 +0000 |
commit | 1b1649791fbfdd57173c16f0bf2353898ceb8852 (patch) | |
tree | 3d9062f9241cb13783044b44d0b1d59acc84126c /OpenSim/Framework/Util.cs | |
parent | Set svn:eol-style. (diff) | |
download | opensim-SC_OLD-1b1649791fbfdd57173c16f0bf2353898ceb8852.zip opensim-SC_OLD-1b1649791fbfdd57173c16f0bf2353898ceb8852.tar.gz opensim-SC_OLD-1b1649791fbfdd57173c16f0bf2353898ceb8852.tar.bz2 opensim-SC_OLD-1b1649791fbfdd57173c16f0bf2353898ceb8852.tar.xz |
Allow OpenSim operators to specify their own asset sets without needing to change the default OpenSim set. Equivalent changes to allow operators to also specify their own
standard inventory library directories and items to follow.
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 08b3a9d..c742cf3 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -318,6 +318,11 @@ namespace OpenSim.Framework | |||
318 | temp = "."; | 318 | temp = "."; |
319 | return temp; | 319 | return temp; |
320 | } | 320 | } |
321 | |||
322 | public static string assetsDir() | ||
323 | { | ||
324 | return "assets"; | ||
325 | } | ||
321 | 326 | ||
322 | public static string configDir() | 327 | public static string configDir() |
323 | { | 328 | { |