mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 09:47:24 +07:00
getChild -> remove
This commit is contained in:
@ -555,7 +555,7 @@ public class ContentParser{
|
|||||||
if(stripType) jsonMap.remove("type");
|
if(stripType) jsonMap.remove("type");
|
||||||
|
|
||||||
if(object instanceof UnlockableContent unlock){
|
if(object instanceof UnlockableContent unlock){
|
||||||
JsonValue research = jsonMap.getChild("research");
|
JsonValue research = jsonMap.remove("research");
|
||||||
//add research tech node
|
//add research tech node
|
||||||
if(research != null){
|
if(research != null){
|
||||||
String researchName;
|
String researchName;
|
||||||
|
Reference in New Issue
Block a user