mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Big mistake fixed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user