mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
Added Adding tag "inside" allows setting character id to original when possible
Fixed - Add tag (before/after/inside) refactored to more meaningful menus - Add tag renamed to Add tag inside
This commit is contained in:
@@ -307,7 +307,7 @@ public abstract class Tag implements NeedsCharacters, Exportable, Serializable {
|
||||
|
||||
return knownTagInfosByName;
|
||||
}
|
||||
|
||||
|
||||
private static void addTagInfo(Map<Integer, TagTypeInfo> map, Map<String, TagTypeInfo> map2, int id, Class cls, String name) {
|
||||
map.put(id, new TagTypeInfo(id, cls, name));
|
||||
map2.put(name, new TagTypeInfo(id, cls, name));
|
||||
|
||||
Reference in New Issue
Block a user