mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-24 21:21:56 +00:00
parent
78139e6e0f
commit
b8688d7fca
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ function commandListPlayers(clientId, command)
|
|||
guidStub = players.getGUID(player):sub(-8)
|
||||
end
|
||||
|
||||
local level = auth.getPlayerLevel(player)
|
||||
local level = auth.isPlayerAllowed(player, auth.PERM_INCOGNITO) and 0 or auth.getPlayerLevel(player)
|
||||
local levelName = auth.getLevelName(level)
|
||||
|
||||
local teamColor, teamCode
|
||||
|
|
Loading…
Reference in a new issue