Fix byaml without paths saving
This commit is contained in:
parent
5b57861eb3
commit
ccf45c7961
Binary file not shown.
Binary file not shown.
@ -168,6 +168,8 @@ namespace FirstPlugin
|
||||
|
||||
public byte[] Save()
|
||||
{
|
||||
SupportPaths = false;
|
||||
|
||||
MemoryStream mem = new MemoryStream();
|
||||
ByamlFile.SaveN(mem, new BymlFileData
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user