Stats-Fix

This commit is contained in:
Andreas Bielawski 2016-08-25 13:45:16 +02:00
parent 31cadc9e4b
commit 917a6f0ac0

View File

@ -21,9 +21,9 @@ function stats:user_print_name(user)
local text = ''
if user.first_name then
text = user.last_name..' '
text = user.first_name..' '
end
if user.lastname then
if user.last_name then
text = text..user.last_name
end