mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-02-17 17:31:29 +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)
|
guidStub = players.getGUID(player):sub(-8)
|
||||||
end
|
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 levelName = auth.getLevelName(level)
|
||||||
|
|
||||||
local teamColor, teamCode
|
local teamColor, teamCode
|
||||||
|
|
Loading…
Reference in a new issue