Fix tellraw

This commit is contained in:
7cc5c4f330d47060 2024-07-23 15:50:55 -04:00
parent 205893aeef
commit 60adce4891

View file

@ -98,7 +98,7 @@ module.exports = {
} else { } else {
finalname = uuid finalname = uuid
} }
b.ccq.push(`/tellraw ${finalname} ${JSON.stringify(message)}`) b.ccq.push(`/minecraft:tellraw ${finalname} ${JSON.stringify(message)}`)
} }
} }
} }