mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fix compilation.
This commit is contained in:
parent
0365676262
commit
f1e07caca4
@ -792,7 +792,7 @@ accessUser(id, name[] = "")
|
||||
|
||||
if (result & 1)
|
||||
{
|
||||
console_print(id, "* %L, id, "INV_PAS")
|
||||
console_print(id, "* %L", id, "INV_PAS")
|
||||
}
|
||||
|
||||
if (result & 2)
|
||||
@ -803,12 +803,12 @@ accessUser(id, name[] = "")
|
||||
|
||||
if (result & 4)
|
||||
{
|
||||
console_print(id, "* %L, id, "PAS_ACC")
|
||||
console_print(id, "* %L", id, "PAS_ACC")
|
||||
}
|
||||
|
||||
if (result & 8)
|
||||
{
|
||||
console_print(id, "* %L, id, "PRIV_SET")
|
||||
console_print(id, "* %L", id, "PRIV_SET")
|
||||
}
|
||||
|
||||
return PLUGIN_CONTINUE
|
||||
|
Loading…
Reference in New Issue
Block a user