mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
Always save all world info entries
This commit is contained in:
parent
f718fdf65e
commit
902b6b0cee
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user