Warns - last?

- Warn list + unwarn
This commit is contained in:
Dawid Bepierszcz
2024-08-12 01:57:30 +02:00
parent 4ef07c8bf7
commit f56e3f6fe9
19 changed files with 139 additions and 124 deletions

View File

@@ -211,10 +211,8 @@ namespace CS2_SimpleAdmin
[JsonPropertyName("WarnThreshold")]
public Dictionary<int, string> WarnThreshold { get; set; } = new()
{
{ 1, "" },
{ 2, "" },
{ 3, "" },
{ 4, "css_ban USERID 120 \"4/4 Warn\"" },
{ 998, "css_addban STEAMID64 60 \"3/4 Warn\"" },
{ 999, "css_ban #USERID 120 \"4/4 Warn\"" },
};
[JsonPropertyName("DisableDangerousCommands")]