Fix some byaml issues with xml importing
This commit is contained in:
parent
53587d6005
commit
67d5949e57
@ -178,6 +178,9 @@ namespace FirstPlugin
|
||||
IsDialog = IFileInfo != null && IFileInfo.InArchive;
|
||||
|
||||
data = ByamlFile.LoadN(stream);
|
||||
|
||||
stream.Dispose();
|
||||
stream.Close();
|
||||
}
|
||||
public void Unload()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user