Fixed build.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3487 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenMetaverse.TestClient
|
||||
return usage;
|
||||
|
||||
try {
|
||||
assetType = (AssetType)Enum.Parse(typeof(AssetType), args[1], ignoreCase: true);
|
||||
assetType = (AssetType)Enum.Parse(typeof(AssetType), args[1], true);
|
||||
} catch (ArgumentException) {
|
||||
return usage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user