Fix accumulation of duplicate categories.
This commit is contained in:
parent
486c342f86
commit
f8786abc14
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class PartsHolder {
|
|||
add(new Tuple2<>("ToString", ConvertToString.getInstantiator()));
|
||||
}};
|
||||
|
||||
private final static List<PartCategory> Categories = new Vector<PartCategory>() {{
|
||||
private final List<PartCategory> Categories = new Vector<PartCategory>() {{
|
||||
add(new PartCategory("Testing", BuiltInParts));
|
||||
}};
|
||||
private Map<String, ProgramakerBridgeInfo> bridgeInfoMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue