Skip to content

Commit

Permalink
ClCmd_adminSay: add FlagManager ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Dec 17, 2023
1 parent dbc71a5 commit a0b8d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstrike/addons/amxmodx/scripting/CA_Gag.sma
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public plugin_init() {
register_clcmd("amx_gagmenu", "ClCmd_Gag", (accessFlags | accessFlagsHigh), .FlagManager = false)

for(new i; i < sizeof g_adminChatCmds; i++)
register_clcmd(g_adminChatCmds[i], "ClCmd_adminSay", ADMIN_CHAT)
register_clcmd(g_adminChatCmds[i], "ClCmd_adminSay", ADMIN_CHAT, .FlagManager = false)

CA_Log(logLevel_Debug, "[CA]: Gag initialized!")

Expand Down

0 comments on commit a0b8d23

Please sign in to comment.