Fix tellraw
This commit is contained in:
parent
205893aeef
commit
60adce4891
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module.exports = {
|
|||
} else {
|
||||
finalname = uuid
|
||||
}
|
||||
b.ccq.push(`/tellraw ${finalname} ${JSON.stringify(message)}`)
|
||||
b.ccq.push(`/minecraft:tellraw ${finalname} ${JSON.stringify(message)}`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue