1
0
Fork 0

fix something maybe?

This commit is contained in:
Andrew Tomaka 2016-05-24 11:53:41 -04:00
parent e99ae04e07
commit a816a456bc
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}