1
0
mirror of synced 2025-02-17 19:29:18 +01:00

Fix byaml without paths saving

This commit is contained in:
KillzXGaming 2019-05-30 17:11:41 -04:00
parent 5b57861eb3
commit ccf45c7961
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -168,6 +168,8 @@ namespace FirstPlugin
public byte[] Save()
{
SupportPaths = false;
MemoryStream mem = new MemoryStream();
ByamlFile.SaveN(mem, new BymlFileData
{