You suck .NET Framework. >:(

This commit is contained in:
Cinder Roxley
2024-06-30 17:17:01 -05:00
parent 19e275ad96
commit e15468a9a4
3 changed files with 5 additions and 5 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.