Updated wiki links

This commit is contained in:
Anuken
2020-11-28 23:59:56 -05:00
parent 3d6fd8a351
commit 23fc86fac1
4 changed files with 6 additions and 18 deletions

View File

@@ -309,6 +309,10 @@ public class ContentParser{
}
if(value.has("controller")){
unit.defaultController = make(resolve(value.getString("controller"), "mindustry.ai.type"));
}
//read extra default waves
if(value.has("waves")){
JsonValue waves = value.remove("waves");