This commit is contained in:
Cinder Roxley
2024-06-30 17:12:54 -05:00
parent 762876802f
commit f577dc0e86
17 changed files with 52 additions and 41 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenMetaverse.TestClient.Commands.Inventory.Shell
// Use '/' as a path seperator.
}
InventoryFolder currentFolder = Client.CurrentDirectory;
if (pathStr.StartsWith("/"))
if (pathStr.StartsWith('/'))
currentFolder = Inventory.RootFolder;
if (currentFolder == null) // We need this to be set to something.