mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 09:17:28 +07:00
getChild -> remove
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user