mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2025-02-07 11:19:47 +00:00
Del: Remove config redirections because they were a long time ago
This commit is contained in:
parent
03b1e495a8
commit
7be1802bb1
@ -579,11 +579,11 @@ class ConfigGenerator:
|
||||
class ConfigUpdater:
|
||||
# source, target, (optional)convert_func
|
||||
redirection = [
|
||||
('Dungeon.Dungeon.Support', 'Dungeon.DungeonSupport.Use'),
|
||||
('Dungeon.Dungeon.SupportCharacter', 'Dungeon.DungeonSupport.Character'),
|
||||
('Dungeon.Dungeon.Name', 'Dungeon.Dungeon.Name', convert_daily),
|
||||
('Dungeon.Dungeon.NameAtDoubleCalyx', 'Dungeon.Dungeon.NameAtDoubleCalyx', convert_daily),
|
||||
('Dungeon.DungeonDaily.CalyxCrimson', 'Dungeon.DungeonDaily.CalyxCrimson', convert_daily),
|
||||
# ('Dungeon.Dungeon.Support', 'Dungeon.DungeonSupport.Use'),
|
||||
# ('Dungeon.Dungeon.SupportCharacter', 'Dungeon.DungeonSupport.Character'),
|
||||
# ('Dungeon.Dungeon.Name', 'Dungeon.Dungeon.Name', convert_daily),
|
||||
# ('Dungeon.Dungeon.NameAtDoubleCalyx', 'Dungeon.Dungeon.NameAtDoubleCalyx', convert_daily),
|
||||
# ('Dungeon.DungeonDaily.CalyxCrimson', 'Dungeon.DungeonDaily.CalyxCrimson', convert_daily),
|
||||
]
|
||||
|
||||
@cached_property
|
||||
|
Loading…
Reference in New Issue
Block a user