diff options
author | Justin Clarke Casey | 2009-02-11 17:34:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-11 17:34:12 +0000 |
commit | 04d6a810b6df79b34f9754e0a1b189c070407727 (patch) | |
tree | fe89d63863557709283264b379d281e3b70b2d42 /OpenSim/Region/CoreModules/World | |
parent | Thank you kindly, FrankNichols for a patch that: (diff) | |
download | opensim-SC_OLD-04d6a810b6df79b34f9754e0a1b189c070407727.zip opensim-SC_OLD-04d6a810b6df79b34f9754e0a1b189c070407727.tar.gz opensim-SC_OLD-04d6a810b6df79b34f9754e0a1b189c070407727.tar.bz2 opensim-SC_OLD-04d6a810b6df79b34f9754e0a1b189c070407727.tar.xz |
* More inventory archive invocation to a proper region module
* Not ready for use yet
Diffstat (limited to 'OpenSim/Region/CoreModules/World')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs b/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs index 6259662..dd65e83 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/ArchiverModule.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
48 | 48 | ||
49 | private Scene m_scene; | 49 | private Scene m_scene; |
50 | 50 | ||
51 | public string Name { get { return "Archiver Module"; } } | 51 | public string Name { get { return "Region Archiver Module"; } } |
52 | 52 | ||
53 | public bool IsSharedModule { get { return false; } } | 53 | public bool IsSharedModule { get { return false; } } |
54 | 54 | ||