From e129da3537c411afb25c80ac142a2ec70d6554a4 Mon Sep 17 00:00:00 2001 From: MDIC Date: Thu, 14 Apr 2022 10:22:20 -0400 Subject: [PATCH] Update: Permissions Parole cmd now gm lvl 3 to match anticheat delete cmd --- src/cs_anticheat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index 2b5f187..3bdf02a 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -47,7 +47,7 @@ public: { "player", SEC_GAMEMASTER, true, &HandleAntiCheatPlayerCommand, "" }, { "delete", SEC_ADMINISTRATOR, true, &HandleAntiCheatDeleteCommand, "" }, { "jail", SEC_GAMEMASTER, false, &HandleAnticheatJailCommand, "" }, - { "parole", SEC_GAMEMASTER, false, &HandleAnticheatParoleCommand, "" }, + { "parole", SEC_ADMINISTRATOR, false, &HandleAnticheatParoleCommand, "" }, { "purge", SEC_ADMINISTRATOR, true, &HandleAntiCheatPurgeCommand, "" }, { "warn", SEC_GAMEMASTER, true, &HandleAnticheatWarnCommand, "" } };