Fixed some encoding errors.
This commit is contained in:
@ -22,6 +22,9 @@ namespace RobloxFiles.Tokens
|
||||
|
||||
public void WriteProperty(Property prop, XmlDocument doc, XmlNode node)
|
||||
{
|
||||
if (!prop.HasRawBuffer)
|
||||
return;
|
||||
|
||||
byte[] data = prop.RawBuffer;
|
||||
string value = Convert.ToBase64String(data);
|
||||
|
||||
|
Reference in New Issue
Block a user