diff --git a/custom-chatcolors/scripting/custom-chatcolors.sp b/custom-chatcolors/scripting/custom-chatcolors.sp index 28e40699..f2b57974 100644 --- a/custom-chatcolors/scripting/custom-chatcolors.sp +++ b/custom-chatcolors/scripting/custom-chatcolors.sp @@ -2428,9 +2428,10 @@ public void OnClientDisconnect(int client) public void OnClientPostAdminCheck(int client) { if (!ConfigForward(client)) - { return; - } + + if (!CheckCommandAccess(client, "sm_tag", ADMFLAG_CUSTOM1)) + return; char auth[32]; GetClientAuthId(client, AuthId_Steam2, auth, sizeof(auth));