Experimental AI: clear recruit cache when no recruit action found
This commit is contained in:
parent
09fe71911f
commit
d5a910c358
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