mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 15:09:54 -07:00
stronger compression and compatibility on multidata
This commit is contained in:
@@ -245,7 +245,7 @@ def main(args, seed=None):
|
||||
for location in world.get_filled_locations() if
|
||||
type(location.address) is int],
|
||||
"server_options": get_options()["server_options"]
|
||||
}).encode("utf-8"))
|
||||
}).encode("utf-8"), 9)
|
||||
if args.jsonout:
|
||||
jsonout["multidata"] = list(multidata)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user