mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
Revert access check for say command
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user