Skip to content

Commit

Permalink
fix: 🐛 fix typo in regex accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen committed Jun 18, 2022
1 parent e3e308d commit 0c4e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/MainConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public string ConfigAsJson()
public bool DiscordEmbedsEnabled => discordEmbedMessagesToggle.Value;
public bool SendPositionsEnabled => sendPositionsToggle.Value;
public List<string> MutedPlayers => mutedPlayers;
public Regex MutedPlayersRegex => MutedPlayersRegex;
public Regex MutedPlayersRegex => mutedPlayersRegex;
public bool AnnouncePlayerFirsts => announcePlayerFirsts.Value;
public int IncludedNumberOfRankings => numberRankingsListed.Value;
public string RecordRetrievalDiscernmentMethod => playerLookupPreference.Value;
Expand Down

0 comments on commit 0c4e6f8

Please sign in to comment.