]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Don't use "OwnBook" by default
[stockfish] / src / ucioption.cpp
index 75eb205313124669de33679a1e8434506e6438c7..fe1a4709e706568487dccf431c072ae08b12416c 100644 (file)
@@ -76,7 +76,7 @@ OptionsMap::OptionsMap() {
   o["Hash"]                        = UCIOption(32, 4, 8192, on_hash_size);
   o["Clear Hash"]                  = UCIOption(on_clear_hash);
   o["Ponder"]                      = UCIOption(true);
-  o["OwnBook"]                     = UCIOption(true);
+  o["OwnBook"]                     = UCIOption(false);
   o["MultiPV"]                     = UCIOption(1, 1, 500);
   o["Skill Level"]                 = UCIOption(20, 0, 20);
   o["Emergency Move Horizon"]      = UCIOption(40, 0, 50);