diff --git a/core/src/mindustry/mod/ContentParser.java b/core/src/mindustry/mod/ContentParser.java index 45faf7449c..43493bdfec 100644 --- a/core/src/mindustry/mod/ContentParser.java +++ b/core/src/mindustry/mod/ContentParser.java @@ -555,7 +555,7 @@ public class ContentParser{ if(stripType) jsonMap.remove("type"); if(object instanceof UnlockableContent unlock){ - JsonValue research = jsonMap.getChild("research"); + JsonValue research = jsonMap.remove("research"); //add research tech node if(research != null){ String researchName;