Oh, and actually not fight when toggled
This commit is contained in:
parent
be0b329a60
commit
20fbe26f8b
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -67,7 +67,7 @@ function mainLoop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
//GLOBAL BOSS
|
//GLOBAL BOSS
|
||||||
if(globalBossRefreshing() === true && botFightingGlobalBoss === true) {
|
if(globalBossRefreshing() === true && botFightingGlobalBoss === true && botFightGlobal === true) {
|
||||||
clearInterval(botGlobalBossTimer);
|
clearInterval(botGlobalBossTimer);
|
||||||
botFightingGlobalBoss = false;
|
botFightingGlobalBoss = false;
|
||||||
} else if(globalBossRefreshing() === false && botFightingGlobalBoss === false) {
|
} else if(globalBossRefreshing() === false && botFightingGlobalBoss === false) {
|
||||||
|
|
Loading…
Reference in a new issue