From dd061a4c4d50490d34286f972f644059c121b141 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 8 Jan 2017 02:45:57 -0600 Subject: [PATCH] inaccurate comment - this is set in setGodMode --- engine/server/library/serverGame/src/shared/core/Client.h | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/server/library/serverGame/src/shared/core/Client.h b/engine/server/library/serverGame/src/shared/core/Client.h index e7010311..846c69a9 100755 --- a/engine/server/library/serverGame/src/shared/core/Client.h +++ b/engine/server/library/serverGame/src/shared/core/Client.h @@ -380,7 +380,6 @@ inline bool Client::isGod() const { //----------------------------------------------------------------------- inline int Client::getGodLevel() const { - // isGod will set the god level if it is not already, if the client is a god if (isGod() || ConfigServerGame::getAdminGodToAll()) { return m_godLevel; } else {