mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
Fix custom resonance filter errors. (#430)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
parent
ef7214c5f0
commit
a8e2dab328
@ -306,7 +306,7 @@ class RogueBlessingSelector(RogueSelector):
|
||||
"strategy_config": self.main.config.RogueBlessing_SelectionStrategy,
|
||||
"preset_values": {
|
||||
'preset': RESONANCE_PRESET[self.main.config.RogueWorld_Path],
|
||||
'custom': self.main.config.RogueBlessing_PresetResonanceFilter,
|
||||
'custom': self.main.config.RogueBlessing_CustomResonanceFilter,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user