mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
update(server/player): full name to player
This commit is contained in:
@@ -10,6 +10,7 @@ local function createCharacterTable(info)
|
||||
name = info.name,
|
||||
firstname = info.firstname,
|
||||
lastname = info.lastname,
|
||||
fullname = ("%s %s"):format(info.firstname, info.lastname),
|
||||
dob = info.dob,
|
||||
gender = info.gender,
|
||||
cash = info.cash,
|
||||
|
||||
Reference in New Issue
Block a user