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

TeleportWork
Diva Canto 2013-07-23 14:17:32 -07:00
parent 42e52f544d
commit 744276dd50
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,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);