missing paren

This commit is contained in:
Nayruden 2017-03-05 08:32:44 -06:00
parent 9054f041d3
commit 3aca96a4ff
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -1 +1 @@
1488723767
1488724364