TerjeKir / weiss

Weiss - a UCI chess engine
GNU General Public License v3.0
102 stars 18 forks source link

Fix malformed UCI option NoobBookMode #712

Closed skiminki closed 6 months ago

skiminki commented 6 months ago

The option declaration was missing 'type'

Bench: 23621947

skiminki commented 6 months ago

As usual, the slightest deviation from the UCI standard broke python-chess :)

TerjeKir commented 6 months ago

Thanks, appreciated as always!