Fix random toggle
This commit is contained in:
parent
d9fccba5ae
commit
58cec5ebf2
1 changed files with 1 additions and 1 deletions
2
bot.js
2
bot.js
|
@ -305,7 +305,7 @@ function botToggleGlobal() {
|
|||
}
|
||||
|
||||
function botToggleRandom() {
|
||||
if(botFightGlobal) {
|
||||
if(botFightRandom) {
|
||||
console.log('Stopping random fighting');
|
||||
botFightRandom = false;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue