mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-09-27 20:17:04 +02:00
1.6.8a
- 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:
parent
7154843d1d
commit
95818e2742
23 changed files with 86 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue