inaccurate comment - this is set in setGodMode

This commit is contained in:
DarthArgus
2017-01-08 02:45:57 -06:00
parent a033dd623c
commit dd061a4c4d

View File

@@ -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 {