mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 20:33:54 -04:00
Fixed: Pool:evaluate should bypass Pool:add filter check
This commit is contained in:
parent
16e111176e
commit
9ae805aa43
2 changed files with 19 additions and 19 deletions
|
@ -72,7 +72,7 @@ function Pool:evaluate(e)
|
|||
local eligible = self:eligible(e)
|
||||
|
||||
if not has and eligible then
|
||||
self:add(e)
|
||||
self:add(e, true) --Bypass the check cause we already checked
|
||||
elseif has and not eligible then
|
||||
self:remove(e)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue