Merge pull request #677 from xj0le/patch-1

fix(esx_identity) - typo
This commit is contained in:
Benzo
2022-11-13 22:03:04 +01:00
committed by GitHub
+1 -1
View File
@@ -227,7 +227,7 @@ if Config.UseDeferrals then
'' or data.height == '' then
deferrals.done(TranslateCap('data_incorrect'))
else
if checkNameFormat(date.firstname) then
if checkNameFormat(data.firstname) then
if checkNameFormat(data.lastname) then
if checkDOBFormat(data.dateofbirth) then
if checkSexFormat(data.sex) then