This commit is contained in:
parent
3792e7dc20
commit
391991bfce
|
@ -773,7 +773,7 @@ accessUser(id, name[] = "")
|
|||
|
||||
if (result & 1)
|
||||
{
|
||||
console_print(id, "* %L", id, "INV_PAS")
|
||||
engclient_print(id, engprint_console, "* %L", id, "INV_PAS")
|
||||
}
|
||||
|
||||
if (result & 2)
|
||||
|
@ -784,12 +784,12 @@ accessUser(id, name[] = "")
|
|||
|
||||
if (result & 4)
|
||||
{
|
||||
console_print(id, "* %L", id, "PAS_ACC")
|
||||
engclient_print(id, engprint_console, "* %L", id, "PAS_ACC")
|
||||
}
|
||||
|
||||
if (result & 8)
|
||||
{
|
||||
console_print(id, "* %L", id, "PRIV_SET")
|
||||
engclient_print(id, engprint_console, "* %L", id, "PRIV_SET")
|
||||
}
|
||||
|
||||
return PLUGIN_CONTINUE
|
||||
|
|
Loading…
Reference in New Issue
Block a user