mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 00:42:52 +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
|
* Use LZMA compression
|
||||||
*/
|
*/
|
||||||
public boolean lzma = true;
|
public boolean lzma = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compressed size of the file (LZMA)
|
* Compressed size of the file (LZMA)
|
||||||
|
|||||||
Reference in New Issue
Block a user