1
0
mirror of synced 2025-02-20 20:51:35 +01:00

Fix some byaml issues with xml importing

This commit is contained in:
KillzXGaming 2019-07-16 13:45:13 -04:00
parent 53587d6005
commit 67d5949e57

View File

@ -178,6 +178,9 @@ namespace FirstPlugin
IsDialog = IFileInfo != null && IFileInfo.InArchive;
data = ByamlFile.LoadN(stream);
stream.Dispose();
stream.Close();
}
public void Unload()
{