mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 02:41:55 +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;
|
||||
|
||||
[JsonPropertyName("MaxBanDuration")]
|
||||
public int MaxBanDuration { get; set; } = 60 * 24 * 7; // 7 days
|
||||
public int MaxBanDuration { get; set; } = 60 * 24; // 1 day
|
||||
|
||||
[JsonPropertyName("BanType")]
|
||||
public int BanType { get; set; } = 1;
|
||||
|
||||
Reference in New Issue
Block a user