getChild -> remove

This commit is contained in:
Anuken 2020-10-08 15:15:47 -04:00
parent c7f1204119
commit 2d70e00193

View File

@ -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;