From 7ad98dad2322b450d2b3af1574dfb759c0770a63 Mon Sep 17 00:00:00 2001 From: Sachin Date: Wed, 20 Nov 2024 23:23:43 +0530 Subject: [PATCH] add new variable in config --- CS2-SimpleAdmin.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CS2-SimpleAdmin.example.json b/CS2-SimpleAdmin.example.json index 296bc11..27c108b 100644 --- a/CS2-SimpleAdmin.example.json +++ b/CS2-SimpleAdmin.example.json @@ -19,7 +19,8 @@ "DisconnectedPlayersHistoryCount": 10, "NotifyPenaltiesToAdminOnConnect": true, "ShowBanMenuIfNoTime": true, - "UserMessageGagChatType": false + "UserMessageGagChatType": false, + "AdditionalCommandsToLog": [] }, "EnableMetrics": true, "EnableUpdateCheck": true,