Crash fix

This commit is contained in:
Anuken
2022-04-27 12:54:32 -04:00
parent b03df75609
commit 2f4a6fc235
3 changed files with 6 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ public class AIController implements UnitController{
return target(x, y, range, air, ground);
}
/** Called after this controller is assigned a unit. */
public void init(){
}