Save flag to character WI

This commit is contained in:
Cohee 2024-01-07 19:05:35 +02:00
parent b4298d1958
commit c92b91604b

View File

@ -387,6 +387,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
depth: entry.depth ?? 4,
selectiveLogic: entry.selectiveLogic ?? 0,
group: entry.group ?? '',
prevent_recursion: entry.preventRecursion ?? false,
},
};