From c677a4872a3c4eb04422685cf97189c6ad0a6c6c Mon Sep 17 00:00:00 2001 From: Antz Date: Wed, 22 Feb 2017 09:47:30 +0000 Subject: [PATCH] Fix typo --- src/game/ChatCommands/Level2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }