In renaming the folders for hypergriding, don't rename the Current Outfit folder. The viewer doesn't like that.
parent
028947f7b8
commit
5be83d47be
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue