Adjust bea to decompress always on click
This commit is contained in:
parent
87d9f002e1
commit
2719136c66
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 New Issue
Block a user