Fix NovelAI lorebook importing

This commit is contained in:
somebody
2022-08-30 20:02:03 -05:00
parent a4d351ecfb
commit 8705f0b022

View File

@@ -2954,11 +2954,11 @@ function loadNAILorebook(data, filename) {
// text
wi_data.entries[i.toString()] = {
"uid": uid,
"uid": i,
"title": entry.displayName,
"key": entry.keys,
"keysecondary": [],
"folder": folder,
"folder": filename,
"constant": entry.forceActivation,
"content": "",
"manual_text": entry.text,