revert "mark utf-8 output as such" for Bonta compatibility and sahahashashasbot compatiblity

This commit is contained in:
Fabian Dill 2020-01-22 18:20:35 +01:00
parent 7dba01b4f7
commit a8f4bd946b
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ def main(args, seed=None):
(location.item.code, location.item.player))
for location in world.get_filled_locations() if
type(location.address) is int]
}).encode("utf-8-sig"))
}).encode("utf-8"))
if args.jsonout:
jsonout["multidata"] = list(multidata)
else:

View File

@ -33,7 +33,7 @@ Notice (Team #1): [Hint]: Berserker's Progressive Sword can be found in Ganons T
Mystery.py
* Defaults to generating a non-race ROM (Bonta's only makes race ROMs at this time)
If a race ROM is desired, pass --create-race as argument to it
* When an error is generated due to a broken .yaml file, it now mentions in the error trace which file it is
* When an error is generated due to a broken .yaml file, it now mentions in the error trace which file, line and character is the culprit