#1294 Fix selective logic for embedded lorebooks
This commit is contained in:
parent
e0be4dde31
commit
922007ea25
|
@ -1736,6 +1736,7 @@ function convertCharacterBook(characterBook) {
|
|||
probability: entry.extensions?.probability ?? null,
|
||||
useProbability: entry.extensions?.useProbability ?? false,
|
||||
depth: entry.extensions?.depth ?? DEFAULT_DEPTH,
|
||||
selectiveLogic: entry.extensions?.selectiveLogic ?? 0,
|
||||
};
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue