Skip to content

Commit

Permalink
Change config default
Browse files Browse the repository at this point in the history
  • Loading branch information
0b10000 committed Oct 16, 2021
1 parent 0e6eade commit d68943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Config : IConfig
public bool LogScpKills { get; set; } = false;

[Description("Whether to log suicides or not.")]
public bool LogSuicides { get; set; } = false;
public bool LogSuicides { get; set; } = true;

[Description("Whether or not to ping when a human kills another cuffed human.")]
public bool PingCuffedHumanKills { get; set; } = true;
Expand Down

0 comments on commit d68943e

Please sign in to comment.