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

This commit is contained in:
Amaoto Inochi 2020-12-16 08:55:31 +08:00 committed by GitHub
parent ff254d4fdf
commit 15116ca384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,7 +312,7 @@ public class ContentParser{
}
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