fix the wrong unit ai path of mod content parser (#3998)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user