mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
In renaming the folders for hypergriding, don't rename the Current Outfit folder. The viewer doesn't like that.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user