fix the wrong unit ai path of mod content parser (#3998)

This commit is contained in:
Amaoto Inochi
2020-12-15 19:55:31 -05:00
committed by GitHub
parent ff254d4fdf
commit 15116ca384
+1 -1
View File
@@ -312,7 +312,7 @@ public class ContentParser{
} }
if(value.has("controller")){ if(value.has("controller")){
unit.defaultController = make(resolve(value.getString("controller"), "mindustry.ai.type")); unit.defaultController = make(resolve(value.getString("controller"), "mindustry.ai.types"));
} }
//read extra default waves //read extra default waves