i realize this is somewhat paranoid but still...

This commit is contained in:
DarthArgus
2017-01-08 02:47:43 -06:00
parent 5243bf90b3
commit 31a7404d1f

View File

@@ -383,7 +383,7 @@ inline int Client::getGodLevel() const {
if (isGod()) {
return m_godLevel;
} else {
return -1;
return -1; // because they may be aliased in the admin table, but don't want to be in gm right now
}
}