Fix actor renaming for bfres

This commit is contained in:
KillzXGaming 2019-04-07 21:17:53 -04:00
parent 454c13f6b9
commit 060af50cbf
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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"))
{