forked from TeamUlysses/ulx
missing paren
This commit is contained in:
parent
9054f041d3
commit
3aca96a4ff
@ -9,7 +9,7 @@ function ulx.who( calling_ply, steamid )
|
||||
for _, player in ipairs( players ) do
|
||||
local id = tostring( player:UserID() )
|
||||
local nick = utf8.force( ply:Nick() )
|
||||
local text = string.format( "%i%s %s%s ", id, string.rep( " ", 2 - id:len() ), nick, string.rep( " ", 31 - utf8.len( 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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user