mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 02:21:25 +00:00
AS3 rename identifiers count fix
This commit is contained in:
@@ -1252,8 +1252,9 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
for (DoABCTag tag : abcPanel.list) {
|
||||
cnt += tag.abc.deobfuscateIdentifiers(namesMap);
|
||||
}
|
||||
}else{
|
||||
cnt = swf.deobfuscateAS2Identifiers();
|
||||
}
|
||||
cnt = swf.deobfuscateAS2Identifiers();
|
||||
Main.stopWork();
|
||||
JOptionPane.showMessageDialog(null, "Identifiers renamed: " + cnt);
|
||||
if (abcPanel != null) {
|
||||
|
||||
Reference in New Issue
Block a user