Fix: don't overwrite group_only_greetings
| @@ -626,9 +626,6 @@ function charaFormatData(data, directories) { | ||
| 626 | 626 | _.set(char, 'data.extensions.depth_prompt.depth', depth_value); |
| 627 | 627 | _.set(char, 'data.extensions.depth_prompt.role', role_value); |
| 628 | 628 | |
| 629 | - // V3 fields | |
| 630 | - _.set(char, 'data.group_only_greetings', data.group_only_greetings ?? []); | |
| 631 | - | |
| 632 | 629 | if (data.world) { |
| 633 | 630 | try { |
| 634 | 631 | const file = readWorldInfoFile(directories, data.world, false); |