Skip to content

Commit

Permalink
[ColorDutyRouletteNames] Fix config UI not being displayed (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebel authored Nov 5, 2023
1 parent 253981d commit 6a9e324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tweaks/UiAdjustment/ColoredDutyRoulette.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public override void Setup() {
var filteredName = Alphanumeric().Replace(entry.Category.ToString().ToLower(), string.Empty);
rouletteIdDictionary.TryAdd(filteredName, entry.RowId);
}
base.Setup();
}

protected override void Disable() {
Expand Down

0 comments on commit 6a9e324

Please sign in to comment.