mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:41:53 +00:00
Fixed AS export
Issue #167 Sprite export name appeared twice on foldername
This commit is contained in:
@@ -1275,7 +1275,7 @@ public class MainFrame extends AppFrame implements ActionListener, TreeSelection
|
||||
if (node instanceof TagNode) {
|
||||
Object tag = ((TagNode) tm.getChild(root, i)).tag;
|
||||
if (tag != null) {
|
||||
if (tag.toString().equals("scripts".equals(((TagNode) node).mark))) {
|
||||
if ("scripts".equals(((TagNode) node).mark)) {
|
||||
return (TagNode) node;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user