Stats-Fix
This commit is contained in:
parent
31cadc9e4b
commit
917a6f0ac0
@ -21,9 +21,9 @@ function stats:user_print_name(user)
|
|||||||
|
|
||||||
local text = ''
|
local text = ''
|
||||||
if user.first_name then
|
if user.first_name then
|
||||||
text = user.last_name..' '
|
text = user.first_name..' '
|
||||||
end
|
end
|
||||||
if user.lastname then
|
if user.last_name then
|
||||||
text = text..user.last_name
|
text = text..user.last_name
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user