Adjust bea to decompress always on click

This commit is contained in:
KillzXGaming 2019-08-17 18:19:10 -04:00
parent 87d9f002e1
commit 2719136c66
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -256,8 +256,6 @@ namespace FirstPlugin
public static byte[] GetASSTData(FileEntry entry)
{
return entry.CompressedData;
if (entry.IsCompressed)
{
return STLibraryCompression.ZSTD.Decompress(entry.CompressedData);