Always save all world info entries

This commit is contained in:
Gnome Ann
2022-01-10 16:36:36 -05:00
parent f718fdf65e
commit 902b6b0cee

View File

@ -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"],