Fixed #1959 / Indication of selected units

This commit is contained in:
Anuken
2020-05-02 10:53:48 -04:00
parent 5f27261cb1
commit 342523a7de
6 changed files with 39 additions and 2 deletions

View File

@@ -28,4 +28,9 @@ public class MimicAI extends AIController{
}
}
}
@Override
public boolean isFollowing(Playerc player){
return control == player.unit();
}
}