mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 02:05:34 +00:00
Issue #1244 Remove unknown actions when deobfuscation is enabled
This commit is contained in:
@@ -1090,7 +1090,7 @@ public class Main {
|
||||
final SWFList swfs1 = swfs;
|
||||
final boolean first1 = first;
|
||||
first = false;
|
||||
if (firstSWF == null) {
|
||||
if (firstSWF == null && swfs1.size() > 0) {
|
||||
firstSWF = swfs1.get(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user