2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-04 16:39:34 +03:00

Revert access check for say command

This commit is contained in:
voed 2016-09-24 17:21:39 +03:00 committed by GitHub
parent e95099817b
commit 4e48c1dace

@ -69,9 +69,9 @@ public plugin_cfg()
} }
} }
public cmdSayChat(id, level) public cmdSayChat(id)
{ {
if (!access(id, level)) if (!access(id, g_AdminChatFlag))
{ {
return PLUGIN_CONTINUE return PLUGIN_CONTINUE
} }