mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
fix the wrong unit ai path of mod content parser (#3998)
This commit is contained in:
parent
ff254d4fdf
commit
15116ca384
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue