From 2840f37d2554952ad84d5a5dd67c1cb29a7bc232 Mon Sep 17 00:00:00 2001 From: Sachin Date: Sat, 9 Nov 2024 01:04:28 +0530 Subject: [PATCH] update: add new variable in example too --- 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 a7e8d4a..296bc11 100644 --- a/CS2-SimpleAdmin.example.json +++ b/CS2-SimpleAdmin.example.json @@ -18,7 +18,8 @@ "ReloadAdminsEveryMapChange": false, "DisconnectedPlayersHistoryCount": 10, "NotifyPenaltiesToAdminOnConnect": true, - "ShowBanMenuIfNoTime": true + "ShowBanMenuIfNoTime": true, + "UserMessageGagChatType": false }, "EnableMetrics": true, "EnableUpdateCheck": true,