X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=server%2Fio.py;h=ce3ee1a947eca4b9109cf4e9df51c57f41248028;hp=3e1fb41862e18827fb4ad805e3aab556900c6a99;hb=2235b640094c90718ec5d4984a57925a5e30e193;hpb=4baa56d0423a8d59f794e10f7e5f65747613265a diff --git a/server/io.py b/server/io.py index 3e1fb41..ce3ee1a 100644 --- a/server/io.py +++ b/server/io.py @@ -286,7 +286,7 @@ def obey_lines_in_file(path, name, do_record=False): def try_worldstate_update(): """Write worldstate file if io_db["worldstate_updateable"] is set.""" - if io_db["worldstate_updateable"]: + if world_db["WORLD_ACTIVE"] and io_db["worldstate_updateable"]: string = "" for entry in io_db["worldstate_write_order"]: if entry[1] == "world_int":