From: Steinar H. Gunderson Date: Wed, 23 Mar 2016 10:53:50 +0000 (+0100) Subject: Another deprettification. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=34d38246bfa07b18ce789b64d5ae9d6a9e7afece Another deprettification. --- diff --git a/server/hash-lookup.js b/server/hash-lookup.js index 8c49e08..0e7ee52 100644 --- a/server/hash-lookup.js +++ b/server/hash-lookup.js @@ -141,7 +141,7 @@ var translate_line = function(board, fen, line) { r['move'] = ''; } if (!line['found']) { - r['pv_pretty'] = []; + r['pv'] = []; return r; } r['depth'] = line['depth'];