Experimental AI: clear recruit cache when no recruit action found
(cherry-picked from commit f810504306
)
This commit is contained in:
parent
9b6f933ded
commit
f1eacc51ad
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue