mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +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:
|
class ConfigUpdater:
|
||||||
# source, target, (optional)convert_func
|
# source, target, (optional)convert_func
|
||||||
redirection = [
|
redirection = [
|
||||||
('Dungeon.Dungeon.Support', 'Dungeon.DungeonSupport.Use'),
|
# ('Dungeon.Dungeon.Support', 'Dungeon.DungeonSupport.Use'),
|
||||||
('Dungeon.Dungeon.SupportCharacter', 'Dungeon.DungeonSupport.Character'),
|
# ('Dungeon.Dungeon.SupportCharacter', 'Dungeon.DungeonSupport.Character'),
|
||||||
('Dungeon.Dungeon.Name', 'Dungeon.Dungeon.Name', convert_daily),
|
# ('Dungeon.Dungeon.Name', 'Dungeon.Dungeon.Name', convert_daily),
|
||||||
('Dungeon.Dungeon.NameAtDoubleCalyx', 'Dungeon.Dungeon.NameAtDoubleCalyx', convert_daily),
|
# ('Dungeon.Dungeon.NameAtDoubleCalyx', 'Dungeon.Dungeon.NameAtDoubleCalyx', convert_daily),
|
||||||
('Dungeon.DungeonDaily.CalyxCrimson', 'Dungeon.DungeonDaily.CalyxCrimson', convert_daily),
|
# ('Dungeon.DungeonDaily.CalyxCrimson', 'Dungeon.DungeonDaily.CalyxCrimson', convert_daily),
|
||||||
]
|
]
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
|
Loading…
Reference in New Issue
Block a user