From 20fbe26f8bdd9456452b70fec70224feb92884d5 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 11 Apr 2015 00:26:07 -0400 Subject: [PATCH] Oh, and actually not fight when toggled --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 6d06cf0..003e6e0 100644 --- a/bot.js +++ b/bot.js @@ -67,7 +67,7 @@ function mainLoop() { } //GLOBAL BOSS - if(globalBossRefreshing() === true && botFightingGlobalBoss === true) { + if(globalBossRefreshing() === true && botFightingGlobalBoss === true && botFightGlobal === true) { clearInterval(botGlobalBossTimer); botFightingGlobalBoss = false; } else if(globalBossRefreshing() === false && botFightingGlobalBoss === false) {