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
|
||||
|
||||
# Extract only the important bits of WI
|
||||
for wi in vars.worldinfo:
|
||||
if(wi["constant"] or wi["key"] != ""):
|
||||
for wi in vars.worldinfo_i:
|
||||
if(True):
|
||||
js["worldinfo"].append({
|
||||
"key": wi["key"],
|
||||
"keysecondary": wi["keysecondary"],
|
||||
|
Reference in New Issue
Block a user