added fixme
This commit is contained in:
committed by
Steffen Schröder
parent
e3584e764e
commit
dcf150567c
@ -234,6 +234,7 @@ class AuthenticationManager implements CallbackListener {
|
||||
* @return string
|
||||
*/
|
||||
public static function getAuthLevelName($authLevelInt) {
|
||||
//FIXME somehow it fails here (look also AdminList.php)
|
||||
if ($authLevelInt instanceof Player) {
|
||||
$authLevelInt = $authLevelInt->authLevel;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user