Small enhancements introduced from Rbx2Source migration.

This commit is contained in:
CloneTrooper1019
2020-09-21 13:29:31 -05:00
parent 7252e96c03
commit d1535c9a15
9 changed files with 78 additions and 33 deletions

View File

@ -114,7 +114,7 @@ namespace RobloxFiles.XmlFormat
}
else if (RobloxFile.LogErrors)
{
Console.WriteLine("No IXmlPropertyToken found for property type: " + propType + '!');
Console.Error.WriteLine("No IXmlPropertyToken found for property type: " + propType + '!');
}
}
}