mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
fix: minecraft name being duplicated in the string (#656)
This commit is contained in:
parent
ad7680d36f
commit
5391daf6b7
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue