Skip to content

Commit

Permalink
drop no longer necessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
threeandthreee committed Dec 4, 2024
1 parent b3994b3 commit 8e6ddc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worlds/ladx/LADXR/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def toJson(self):
"multiworld": self.multiworld,
"aesthetic": self.aesthetic,
"default": self.default,
"value": self.value
}
if self.options:
result["options"] = [{"key": option_key, "short": option_short, "label": option_label} for option_key, option_short, option_label in self.options]
Expand Down

0 comments on commit 8e6ddc7

Please sign in to comment.