Experimental AI: clear recruit cache when no recruit action found

(cherry-picked from commit f810504306)
This commit is contained in:
mattsc 2018-05-19 18:46:59 -07:00
parent 9b6f933ded
commit f1eacc51ad

View file

@ -586,6 +586,9 @@ return {
return true
else
-- This results in the CA being blacklisted -> clear cache
recruit_data.recruit = nil
return false
end
end