Add missing machCharacterPersonality to World Info Definition

55040213747342278e30632540e89dd1ca6829d2

Crow <bismuthglass@protonmail.com>

1 files changed, +1 -0Showing whitespace changes
public/scripts/world-info.js+1 -0
@@ -3588,6 +3588,7 @@ export const newWorldInfoEntryDefinition = {
3588 preventRecursion: { default: false, type: 'boolean' },3588 preventRecursion: { default: false, type: 'boolean' },
3589 matchPersonaDescription: { default: false, type: 'boolean' },3589 matchPersonaDescription: { default: false, type: 'boolean' },
3590 matchCharacterDescription: { default: false, type: 'boolean' },3590 matchCharacterDescription: { default: false, type: 'boolean' },
3591 matchCharacterPersonality: { default: false, type: 'boolean' },
3591 matchCharacterDepthPrompt: { default: false, type: 'boolean' },3592 matchCharacterDepthPrompt: { default: false, type: 'boolean' },
3592 matchScenario: { default: false, type: 'boolean' },3593 matchScenario: { default: false, type: 'boolean' },
3593 matchCreatorNotes: { default: false, type: 'boolean' },3594 matchCreatorNotes: { default: false, type: 'boolean' },