Fixed #1959 / Indication of selected units
This commit is contained in:
@@ -28,4 +28,9 @@ public class MimicAI extends AIController{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isFollowing(Playerc player){
|
||||
return control == player.unit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user