mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 18:49:23 +00:00
Made base max ban duration to 1day
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user