Fix actor renaming for bfres
This commit is contained in:
parent
454c13f6b9
commit
060af50cbf
Binary file not shown.
@ -90,7 +90,7 @@ namespace FirstPlugin
|
||||
string ext = Utils.GetExtension(node.Text);
|
||||
if (NodeName == ActorName)
|
||||
{
|
||||
node.Text = $"{NewActorName}.{ext}";
|
||||
node.Text = $"{NewActorName}{ext}";
|
||||
}
|
||||
else if (node.Text.Contains("Attribute.byml"))
|
||||
{
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user