Преглед на файлове

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

hooray for automated tests
Justin Clark-Casey (justincc) преди 14 години
родител
ревизия
86f3f83250
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs

+ 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
                     {