fix something maybe?
This commit is contained in:
parent
e99ae04e07
commit
a816a456bc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue