mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:30:46 +00:00
Commandline arguments to (de)compress SWF and to dump SWF tags.
This commit is contained in:
@@ -596,7 +596,7 @@ public class SWFInputStream extends InputStream {
|
||||
break;
|
||||
}
|
||||
tags.add(tag);
|
||||
if (Main.DUMP_TAGS && level == 0) {
|
||||
if (Main.dump_tags && level == 0) {
|
||||
dumpTag(System.out, version, tag, level);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user