Skip to content

Commit ae9d64c

Browse files
committed
Del: redundant config redirect
1 parent be012c8 commit ae9d64c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

module/config/config_updater.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,6 @@ class ConfigUpdater:
596596
# ('Coalition.Coalition.Mode', 'Coalition.Coalition.Mode', coalition_to_frostfall),
597597
# 2025.06.26
598598
# ('Coalition.Coalition.Mode', 'Coalition.Coalition.Mode', coalition_to_little_academy),
599-
# 2025.11.20
600-
('Coalition.Coalition.Mode', 'Coalition.Coalition.Mode', coalition_to_dal),
601599
]
602600

603601
# redirection += [

module/config/redirect_utils/utils.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,3 @@ def coalition_to_little_academy(value):
130130
return 'hard'
131131
else:
132132
return value
133-
134-
def coalition_to_dal(value):
135-
"""
136-
Redirect DAL stage names to Frostfall
137-
"""
138-
return value

0 commit comments

Comments
 (0)