Skip to content

Commit

Permalink
Update ConfigLib.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MistressPlague authored Jun 25, 2023
1 parent 88c824c commit 96529a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfigLib.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public ConfigLib(string configPath, int RefreshInterval = 1000)

ConfigCache = JsonConvert.SerializeObject(InternalConfig);

timer.Elapsed += (_, _) =>
timer.Elapsed += (sender, e) =>
{
if (JsonConvert.SerializeObject(InternalConfig, Formatting.Indented) != ConfigCache)
{
Expand Down

0 comments on commit 96529a1

Please sign in to comment.