Add missing machCharacterPersonality to World Info Definition

55040213747342278e30632540e89dd1ca6829d2

Crow <bismuthglass@protonmail.com>

1 files changed, +1 -0Ignore whitespace
public/scripts/world-info.js+1 -0
@@ -3588,6 +3588,7 @@ export const newWorldInfoEntryDefinition = {
35883588 preventRecursion: { default: false, type: 'boolean' },
35893589 matchPersonaDescription: { default: false, type: 'boolean' },
35903590 matchCharacterDescription: { default: false, type: 'boolean' },
3591+ matchCharacterPersonality: { default: false, type: 'boolean' },
35913592 matchCharacterDepthPrompt: { default: false, type: 'boolean' },
35923593 matchScenario: { default: false, type: 'boolean' },
35933594 matchCreatorNotes: { default: false, type: 'boolean' },