Experimental AI: clear recruit cache when no recruit action found

This commit is contained in:
mattsc 2018-05-19 18:46:59 -07:00
parent a65605c547
commit f810504306

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