always send multiPv to eval cloud - REVERT ME

pull/2656/head
Thibault Duplessis 2017-02-10 22:16:47 +01:00
parent d1349eec5a
commit 145ca87840
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ module.exports = function(opts) {
fen: node.fen,
path: path
};
if (multiPv > 1) obj.mpv = multiPv;
if (multiPv > 1 || true) obj.mpv = multiPv;
opts.send("evalGet", obj);
},
onCloudEval: function(serverEval) {