From 90120948e9ed1f2457996aee0603bba7d78250ac Mon Sep 17 00:00:00 2001 From: zykem#0643 <86602828+Zykem@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:42:46 +0200 Subject: [PATCH] Remove Config.MinAge --- [core]/esx_identity/config.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/[core]/esx_identity/config.lua b/[core]/esx_identity/config.lua index 77a15d0d..3da197d0 100644 --- a/[core]/esx_identity/config.lua +++ b/[core]/esx_identity/config.lua @@ -13,8 +13,7 @@ Config.DateFormat = "DD/MM/YYYY" Config.MaxNameLength = 20 -- Max Name Length. Config.MinHeight = 120 -- 120 cm lowest height Config.MaxHeight = 220 -- 220 cm max height. -Config.MinAge = 18 -- 18 years old is the youngest you can be. -Config.MaxAge = 112 -- 112 years old is the oldest you can be. +Config.MaxAge = 100 -- 100 years old is the oldest you can be. Config.FullCharDelete = true -- Delete all reference to character. Config.EnableDebugging = ESX.GetConfig().EnableDebug -- prints for debugging :)