Fix: don't overwrite group_only_greetings

f63399a4f9c5ef0f311b305e82b8734333375ab2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -3Showing whitespace changes
src/endpoints/characters.js+0 -3
@@ -626,9 +626,6 @@ function charaFormatData(data, directories) {
626 _.set(char, 'data.extensions.depth_prompt.depth', depth_value);626 _.set(char, 'data.extensions.depth_prompt.depth', depth_value);
627 _.set(char, 'data.extensions.depth_prompt.role', role_value);627 _.set(char, 'data.extensions.depth_prompt.role', role_value);
628628
629 // V3 fields
630 _.set(char, 'data.group_only_greetings', data.group_only_greetings ?? []);
631
632 if (data.world) {629 if (data.world) {
633 try {630 try {
634 const file = readWorldInfoFile(directories, data.world, false);631 const file = readWorldInfoFile(directories, data.world, false);