Lint
This commit is contained in:
parent
04b6ccba63
commit
cb5628ec25
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ module.exports = {
|
||||||
})
|
})
|
||||||
b.on('plainchat', (msg) => {
|
b.on('plainchat', (msg) => {
|
||||||
if (msg === `You now have the tag: ${parseMc(b.adPrefix).replaceAll('§', '&')}` ||
|
if (msg === `You now have the tag: ${parseMc(b.adPrefix).replaceAll('§', '&')}` ||
|
||||||
msg === `Something went wrong while saving the prefix. Please check console.`) { //Fix the prefix issue
|
msg === 'Something went wrong while saving the prefix. Please check console.') { // Fix the prefix issue
|
||||||
b.sc_tasks.playerlist_ads.failed = 0
|
b.sc_tasks.playerlist_ads.failed = 0
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue