Made base max ban duration to 1day
This commit is contained in:
parent
a0b2e59357
commit
b4103bfc25
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ namespace CS2_SimpleAdmin
|
||||||
public bool DisableDangerousCommands { get; set; } = true;
|
public bool DisableDangerousCommands { get; set; } = true;
|
||||||
|
|
||||||
[JsonPropertyName("MaxBanDuration")]
|
[JsonPropertyName("MaxBanDuration")]
|
||||||
public int MaxBanDuration { get; set; } = 60 * 24 * 7; // 7 days
|
public int MaxBanDuration { get; set; } = 60 * 24; // 1 day
|
||||||
|
|
||||||
[JsonPropertyName("BanType")]
|
[JsonPropertyName("BanType")]
|
||||||
public int BanType { get; set; } = 1;
|
public int BanType { get; set; } = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue