fix: do not convert optchat metadata to chat

This commit is contained in:
mworzala 2024-04-28 12:09:50 -04:00
parent 4c8e7f4a2c
commit 594dc82dac
No known key found for this signature in database
GPG Key ID: B148F922E64797C7
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ public record EntityMetaDataPacket(int entityId,
} else {
entries.put(key, value);
}
entries.put(key, v instanceof Component c ? Metadata.Chat(operator.apply(c)) : value);
});
return new EntityMetaDataPacket(this.entityId, entries);