- Updated css version
- Updated mysqlconnector version
- Added information for the player until when he has a chat blocked
- Closing menu after ban
This commit is contained in:
Dawid Bepierszcz
2024-11-10 17:30:48 +01:00
parent 7154843d1d
commit 95818e2742
23 changed files with 86 additions and 38 deletions

View File

@@ -224,6 +224,9 @@ public class OtherSettings
[JsonPropertyName("UserMessageGagChatType")]
public bool UserMessageGagChatType { get; set; } = false;
[JsonPropertyName("AdditionalCommandsToLog")]
public List<string> AdditionalCommandsToLog = new();
}
public class CS2_SimpleAdminConfig : BasePluginConfig