mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Always save all world info entries
This commit is contained in:
@ -3765,8 +3765,8 @@ def saveRequest(savpath):
|
|||||||
js["wifolders_l"] = vars.wifolders_l
|
js["wifolders_l"] = vars.wifolders_l
|
||||||
|
|
||||||
# Extract only the important bits of WI
|
# Extract only the important bits of WI
|
||||||
for wi in vars.worldinfo:
|
for wi in vars.worldinfo_i:
|
||||||
if(wi["constant"] or wi["key"] != ""):
|
if(True):
|
||||||
js["worldinfo"].append({
|
js["worldinfo"].append({
|
||||||
"key": wi["key"],
|
"key": wi["key"],
|
||||||
"keysecondary": wi["keysecondary"],
|
"keysecondary": wi["keysecondary"],
|
||||||
|
Reference in New Issue
Block a user