mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed original name field from PropertyFile
This commit is contained in:
parent
4f8e996863
commit
0b5c49b943
@ -105,7 +105,7 @@ namespace Wabbajack
|
||||
switch (directive)
|
||||
{
|
||||
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;
|
||||
case FromArchive f:
|
||||
//NoWrapText($"* `{f.To}` from `{f.FullPath}`");
|
||||
|
Loading…
Reference in New Issue
Block a user