Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentrillum committed Nov 14, 2022
1 parent 7e253ce commit 9f1564d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,8 @@ static void RewriteConfig(string fileName)

text = ReplaceDifficultyKeyValue(text, "search_alert_gracetime", "alert_gracetime");

text = ReplaceDifficultyKeyValue(text, "search_alert_duration", "alert_duration");

text = ReplaceDifficultyKeyValue(text, "search_chase_duration", "chase_duration");

text = ReplaceDifficultyKeyValue(text, "search_chase_duration_add_visible_min", "chase_duration_add_visible_min");
Expand Down

0 comments on commit 9f1564d

Please sign in to comment.