From cc83ec117dd73af548c0b7fb4b98572c32d9e9e1 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 20 Aug 2024 19:13:31 -0700 Subject: [PATCH] Adjust auto move selector. --- www/js/interface.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/interface.js b/www/js/interface.js index ea56834..2cd6273 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -1091,7 +1091,6 @@ const INTERFACE = { break; } } - selection = Math.min(moves.length, selection + 1); return moves[Math.floor(Math.random() * selection)]; }