mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
small fix
This commit is contained in:
@@ -642,7 +642,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
|
||||
private String getHeaderBytes(SWFCompression compression, boolean gfx) {
|
||||
if (compression == SWFCompression.LZMA_ABC || true) {
|
||||
if (compression == SWFCompression.LZMA_ABC) {
|
||||
return "ABC";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user