mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-13 21:01:08 -04:00
this is redundant
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user