Skip to content

Commit

Permalink
Revert accidental change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Nov 13, 2023
1 parent 23cf8de commit a34a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebHostLib/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def get_html_doc(option_type: type(Options.Option)) -> str:

weighted_options["baseOptions"]["game"][game_name] = 0
weighted_options["games"][game_name] = {
"gameOptions": game_options,
"gameSettings": game_options,
"gameItems": tuple(world.item_names),
"gameItemGroups": [
group for group in world.item_name_groups.keys() if group != "Everything"
Expand Down

0 comments on commit a34a27b

Please sign in to comment.