mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 19:50:45 +00:00
committed by
Jindra Petřík
parent
e9e4cbad79
commit
1707dd523e
@@ -41,7 +41,7 @@ public class TagInfo {
|
||||
}
|
||||
|
||||
public void addInfo(String categoryName, String name, Object value) {
|
||||
categoryName = "general"; // temporary add everything to general catagory
|
||||
categoryName = "general"; // temporary add everything to general category
|
||||
List<TagInfoItem> category = infos.get(categoryName);
|
||||
if (category == null) {
|
||||
category = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user