mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 10:46:08 +00:00
tag refactoring
This commit is contained in:
@@ -816,7 +816,7 @@ public class CommandLineArgumentParser {
|
||||
try {
|
||||
tagId = Integer.parseInt(tagIdOrName);
|
||||
} catch (NumberFormatException e) {
|
||||
tagId = Tag.getKnownClassesByName().get(tagIdOrName).id;
|
||||
tagId = Tag.getKnownClassesByName().get(tagIdOrName).getId();
|
||||
}
|
||||
|
||||
File[] files = new File(folder).listFiles(getSwfFilter());
|
||||
|
||||
Reference in New Issue
Block a user