mirror of
https://github.com/SWG-Source/src.git
synced 2026-01-17 00:04:25 -05:00
i realize this is somewhat paranoid but still...
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user