diff options
author | Diva Canto | 2013-07-23 14:17:32 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-26 15:54:36 -0700 |
commit | 5be83d47be7c603c4bc19f8bcb0986799967ff0f (patch) | |
tree | fa3d133bf1e4f467d05fe0239fdfc7c0be23db6a | |
parent | Better version of previous commit (diff) | |
download | opensim-SC_OLD-5be83d47be7c603c4bc19f8bcb0986799967ff0f.zip opensim-SC_OLD-5be83d47be7c603c4bc19f8bcb0986799967ff0f.tar.gz opensim-SC_OLD-5be83d47be7c603c4bc19f8bcb0986799967ff0f.tar.bz2 opensim-SC_OLD-5be83d47be7c603c4bc19f8bcb0986799967ff0f.tar.xz |
In renaming the folders for hypergriding, don't rename the Current Outfit folder. The viewer doesn't like that.
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs index 964efda..820ea66 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs | |||
@@ -379,7 +379,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess | |||
379 | 379 | ||
380 | foreach (InventoryFolderBase f in content.Folders) | 380 | foreach (InventoryFolderBase f in content.Folders) |
381 | { | 381 | { |
382 | if (f.Name != "My Suitcase") | 382 | if (f.Name != "My Suitcase" && f.Name != "Current Outfit") |
383 | { | 383 | { |
384 | f.Name = f.Name + " (Unavailable)"; | 384 | f.Name = f.Name + " (Unavailable)"; |
385 | keep.Add(f); | 385 | keep.Add(f); |