Removed original name field from PropertyFile

This commit is contained in:
erri120 2019-10-11 13:15:35 +02:00
parent 4f8e996863
commit 0b5c49b943
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -105,7 +105,7 @@ namespace Wabbajack
switch (directive) switch (directive)
{ {
case PropertyFile i: case PropertyFile i:
NoWrapText($"* `{i.OriginalName}` as a `{Enum.GetName(typeof(PropertyType),i.Type)}`"); NoWrapText($"* `{i.SourceDataID}` as a `{Enum.GetName(typeof(PropertyType),i.Type)}`");
break; break;
case FromArchive f: case FromArchive f:
//NoWrapText($"* `{f.To}` from `{f.FullPath}`"); //NoWrapText($"* `{f.To}` from `{f.FullPath}`");