mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:27:12 +00:00
test fix
This commit is contained in:
@@ -110,7 +110,7 @@ public class RecompileTest {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Map<String, ASMSource> asms = swf.getASMs();
|
||||
Map<String, ASMSource> asms = swf.getASMs(false);
|
||||
|
||||
for (ASMSource asm : asms.values()) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user