Fix typo
This commit is contained in:
parent
fd0401ea04
commit
c677a4872a
@ -2393,7 +2393,7 @@ bool ChatHandler::HandlePInfoCommand(char* args)
|
||||
|
||||
if (GetAccessLevel() >= security)
|
||||
{
|
||||
if (security = SEC_ADMINISTRATOR)
|
||||
if (security == SEC_ADMINISTRATOR)
|
||||
{
|
||||
email = fields[2].GetCppString();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user