fixed wrong name; this is what I get for eyeballing changes rather than testing 😥

This commit is contained in:
Nayruden 2017-03-05 08:35:48 -06:00
parent 3aca96a4ff
commit acf330cc81
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ function ulx.who( calling_ply, steamid )
local players = player.GetAll()
for _, player in ipairs( players ) do
local id = tostring( player:UserID() )
local nick = utf8.force( ply:Nick() )
local nick = utf8.force( player:Nick() )
local text = string.format( "%i%s %s%s ", id, string.rep( " ", 2 - id:len() ), nick, string.rep( " ", 31 - utf8.len( nick ) ) )
text = text .. player:GetUserGroup()

View File

@ -1 +1 @@
1488724364
1488724548