Parcourir la source

uncomment a load iar code line I accidentally commented in the last commit

hooray for automated tests
Justin Clark-Casey (justincc) il y a 14 ans
Parent
commit
86f3f83250

+ 1 - 1
OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs

@@ -261,7 +261,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
                     {
 //                        m_log.DebugFormat(
 //                            "[INVENTORY ARCHIVER]: Found previously created folder from archive path {0}", archivePath);
-//                        destFolder = resolvedFolders[archivePath];
+                        destFolder = resolvedFolders[archivePath];
                     }
                     else
                     {