This commit is contained in:
Antz 2017-02-22 09:47:30 +00:00 committed by GitHub
parent fd0401ea04
commit c677a4872a

View File

@ -2393,7 +2393,7 @@ bool ChatHandler::HandlePInfoCommand(char* args)
if (GetAccessLevel() >= security) if (GetAccessLevel() >= security)
{ {
if (security = SEC_ADMINISTRATOR) if (security == SEC_ADMINISTRATOR)
{ {
email = fields[2].GetCppString(); email = fields[2].GetCppString();
} }