Commit fbb4a8d
Fix logic for matchmaking block lists (#1182)
I noticed recently that despite using an online block list, my engine
(https://lichess.org/@/jpg-bot) is still making challenges to bots which
have been blocked.
I mentioned this in an engine dev Discord server and @jbienvenue picked
it up and tracked down the issue.
If an engine is in the online block list, in_block_list currently
returns false.
Co-authored-by: jbienvenue <159717724+jbienvenue@users.noreply.github.com>1 parent efbf6d3 commit fbb4a8d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| |||
0 commit comments