mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-03 07:43:26 +00:00
PCTL : Temporarily disable bfres saving due to current bugs.
This commit is contained in:
parent
1ed5e58392
commit
778c214d16
1 changed files with 1 additions and 0 deletions
|
@ -616,6 +616,7 @@ namespace FirstPlugin
|
|||
((BFRES)BinaryData).Load(new MemoryStream(reader.ReadBytes((int)section.SectionSize)));
|
||||
((BFRES)BinaryData).IFileInfo = new IFileInfo();
|
||||
((BFRES)BinaryData).IFileInfo.InArchive = true;
|
||||
((BFRES)BinaryData).CanSave = false;
|
||||
Nodes.Add(((BFRES)BinaryData));
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue