Muse Dash: Remove bad option defaults. #4340

This commit is contained in:
Justus Lind 2024-12-12 18:18:19 +10:00 committed by GitHub
parent 3c5ec49dbe
commit f91537fb48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ class DLCMusicPacks(OptionSet):
Note: The [Just As Planned] DLC contains all [Muse Plus] songs.
"""
display_name = "DLC Packs"
default = {}
valid_keys = [dlc for dlc in MuseDashCollections.DLC]
@ -142,7 +141,6 @@ class ChosenTraps(OptionSet):
Note: SFX traps are only available if [Just as Planned] DLC songs are enabled.
"""
display_name = "Chosen Traps"
default = {}
valid_keys = {trap for trap in MuseDashCollections.trap_items.keys()}