diff options
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs index 6ad9fb8..a4e1627 100644 --- a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs +++ b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs | |||
@@ -75,7 +75,6 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver | |||
75 | { | 75 | { |
76 | serializedPrims = m_asciiEncoding.GetString(data); | 76 | serializedPrims = m_asciiEncoding.GetString(data); |
77 | } | 77 | } |
78 | /* | ||
79 | else if (filePath.StartsWith(ArchiveConstants.ASSETS_PATH)) | 78 | else if (filePath.StartsWith(ArchiveConstants.ASSETS_PATH)) |
80 | { | 79 | { |
81 | // Right now we're nastily obtaining the lluuid from the filename | 80 | // Right now we're nastily obtaining the lluuid from the filename |
@@ -96,7 +95,6 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver | |||
96 | 95 | ||
97 | m_scene.AssetCache.AddAsset(asset); | 96 | m_scene.AssetCache.AddAsset(asset); |
98 | } | 97 | } |
99 | */ | ||
100 | } | 98 | } |
101 | 99 | ||
102 | m_log.DebugFormat("[ARCHIVER]: Reached end of archive"); | 100 | m_log.DebugFormat("[ARCHIVER]: Reached end of archive"); |