Remove Config.MinAge

This commit is contained in:
zykem#0643
2025-04-28 19:42:46 +02:00
parent f77b105419
commit 90120948e9
+1 -2
View File
@@ -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 :)