Fix random toggle

This commit is contained in:
Andrew Tomaka 2015-04-14 11:23:54 -04:00
parent d9fccba5ae
commit 58cec5ebf2

2
bot.js
View file

@ -305,7 +305,7 @@ function botToggleGlobal() {
} }
function botToggleRandom() { function botToggleRandom() {
if(botFightGlobal) { if(botFightRandom) {
console.log('Stopping random fighting'); console.log('Stopping random fighting');
botFightRandom = false; botFightRandom = false;
} else { } else {