Skip to content

Commit

Permalink
Del: Remove config redirections because they were a long time ago
Browse files Browse the repository at this point in the history
  • Loading branch information
LmeSzinc committed Dec 27, 2023
1 parent 03b1e49 commit 7be1802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions module/config/config_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,11 +579,11 @@ def generate(self):
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
Expand Down

0 comments on commit 7be1802

Please sign in to comment.