this is redundant

This commit is contained in:
DarthArgus
2017-01-08 02:46:38 -06:00
parent dd061a4c4d
commit 5243bf90b3

View File

@@ -380,7 +380,7 @@ inline bool Client::isGod() const {
//-----------------------------------------------------------------------
inline int Client::getGodLevel() const {
if (isGod() || ConfigServerGame::getAdminGodToAll()) {
if (isGod()) {
return m_godLevel;
} else {
return -1;