mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-07 09:45:55 +02:00
Merge pull request #153 from universal963/patch-genemuconf
Update json format for `default_items.json`
This commit is contained in:
commit
0e972d8c96
1 changed files with 1 additions and 1 deletions
|
@ -1066,7 +1066,7 @@ def main():
|
|||
else:
|
||||
x[t] = str(i[t])
|
||||
out_inventory[index] = x
|
||||
default_items[index] = 1
|
||||
default_items[index] = {"quantity": 1}
|
||||
|
||||
with open(os.path.join(emu_settings_dir, "items.json"), "wt", encoding='utf-8') as f:
|
||||
json.dump(out_inventory, f, ensure_ascii=False, indent=2)
|
||||
|
|
Loading…
Add table
Reference in a new issue