diff --git a/src/game/ChatCommands/Level2.cpp b/src/game/ChatCommands/Level2.cpp index 58daa22f..e4fd6a02 100644 --- a/src/game/ChatCommands/Level2.cpp +++ b/src/game/ChatCommands/Level2.cpp @@ -2393,7 +2393,7 @@ bool ChatHandler::HandlePInfoCommand(char* args) if (GetAccessLevel() >= security) { - if (security = SEC_ADMINISTRATOR) + if (security == SEC_ADMINISTRATOR) { email = fields[2].GetCppString(); }