Fix accumulation of duplicate categories.
This commit is contained in:
parent
486c342f86
commit
f8786abc14
@ -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…
Reference in New Issue
Block a user