mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 09:38:05 +00:00
Fix actor renaming for bfres
This commit is contained in:
parent
454c13f6b9
commit
060af50cbf
4 changed files with 1 additions and 1 deletions
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…
Reference in a new issue