Update commands/list.js
This commit is contained in:
parent
7b724d9443
commit
22d57c061d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function sleep(ms) {
|
|||
bot.console.info((bot.getMessageAsPrismarine(component)?.toAnsi())
|
||||
|
||||
}else
|
||||
if(!bot.options.Core.CorelessMode){
|
||||
if(!bot.options.Core.enabled){
|
||||
|
||||
const ChatMessage = require('prismarine-chat')(bot.options.version)
|
||||
for (const player of players){
|
||||
|
|
Loading…
Reference in a new issue