From a816a456bcb1cc2fcfa08d2af9fd1fca39d26d57 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 24 May 2016 11:53:41 -0400 Subject: [PATCH] fix something maybe? --- public/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bot.js b/public/bot.js index 55bc1c4..763f087 100644 --- a/public/bot.js +++ b/public/bot.js @@ -101,7 +101,7 @@ function mainLoop() { clickSelector('button[name="buyx-knight"]'); botPurchasingTimer = setInterval(function() { botFillIn('input[name="x_amount"]', SAFE_SOLDIER_COUNT); - clickButton("Buy"); + clickButton("Yes"); }, 250); }