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:
Matt Woodrow 2008-05-14 22:40:36 +00:00
parent a7cc2609e1
commit 21359ea17e

View File

@ -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;
} }