diff --git a/protocols/minecraft.js b/protocols/minecraft.js index 0f7d363..91a154a 100644 --- a/protocols/minecraft.js +++ b/protocols/minecraft.js @@ -61,8 +61,6 @@ export default class minecraft extends Core { if (typeof description === 'string') { name = description } else if (typeof description === 'object') { - name = description?.text || '' - const stack = [description] while (stack.length) {