1
0
Fork 0

Just click them both

This commit is contained in:
Andrew Tomaka 2016-05-26 10:27:25 -04:00
parent 719f661556
commit 3b9553b365
1 changed files with 2 additions and 5 deletions

View File

@ -40,11 +40,8 @@ function mainLoop() {
botLastRandom = botTimestamp();
break;
case 'Are you sure?':
if(botDropping) {
clickButton('Drop Item');
} else {
clickButton('Activate Item');
}
clickButton('Drop Item');
clickButton('Activate Item');
break;
case 'ARE YOU SURE?':
case 'CONFIRM PURCHASE':