Fixed amb1657 - Server should see admin version of sm_who
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402148
This commit is contained in:
parent
a7cc2609e1
commit
21359ea17e
@ -166,7 +166,7 @@ public Action:Command_Who(client, args)
|
|||||||
{
|
{
|
||||||
new bool:is_admin = false;
|
new bool:is_admin = false;
|
||||||
|
|
||||||
if (client && GetUserFlagBits(client) != 0)
|
if (!client || (client && GetUserFlagBits(client) != 0))
|
||||||
{
|
{
|
||||||
is_admin = true;
|
is_admin = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user