make constant WI entries substitute before insert

This commit is contained in:
RossAscends
2023-07-06 02:00:59 +09:00
parent a53cee20d2
commit 3c64c46daf

View File

@@ -940,6 +940,7 @@ async function checkWorldInfo(chat, maxContext) {
}
if (entry.constant) {
entry.content = substituteParams(entry.content)
activatedNow.add(entry);
continue;
}