Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
IRacle1 committed Jul 21, 2024
1 parent 56c0f1b commit 991e24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.Events/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public sealed class Config : IConfig
/// Gets or sets a value indicating whether translations has to be reloaded every time a round restarts.
/// </summary>
[Description("Indicates whether translations has to be reloaded every round restart")]
public bool ShouldReloadTranslationsAtRoundRestart { get; set; }
public bool ShouldReloadTranslationsAtRoundRestart { get; set; } = false;

/// <summary>
/// Gets a value indicating whether bans should be logged or not.
Expand Down

0 comments on commit 991e24b

Please sign in to comment.