mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 03:55:12 +00:00
Fixed bug causing not lzma SWFs not working
This commit is contained in:
@@ -66,7 +66,7 @@ public class SWF {
|
||||
/**
|
||||
* Use LZMA compression
|
||||
*/
|
||||
public boolean lzma = true;
|
||||
public boolean lzma = false;
|
||||
|
||||
/**
|
||||
* Compressed size of the file (LZMA)
|
||||
|
||||
Reference in New Issue
Block a user