In renaming the folders for hypergriding, don't rename the Current Outfit folder. The viewer doesn't like that.

0.7.5-post-fixes
Diva Canto 2013-07-23 14:17:32 -07:00
parent 028947f7b8
commit 5be83d47be
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
foreach (InventoryFolderBase f in content.Folders)
{
if (f.Name != "My Suitcase")
if (f.Name != "My Suitcase" && f.Name != "Current Outfit")
{
f.Name = f.Name + " (Unavailable)";
keep.Add(f);