mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 23:24:47 +00:00
Adjust bea to decompress always on click
This commit is contained in:
parent
87d9f002e1
commit
2719136c66
2 changed files with 0 additions and 2 deletions
Binary file not shown.
|
@ -256,8 +256,6 @@ namespace FirstPlugin
|
|||
|
||||
public static byte[] GetASSTData(FileEntry entry)
|
||||
{
|
||||
return entry.CompressedData;
|
||||
|
||||
if (entry.IsCompressed)
|
||||
{
|
||||
return STLibraryCompression.ZSTD.Decompress(entry.CompressedData);
|
||||
|
|
Loading…
Reference in a new issue