added config for drunk

This commit is contained in:
Fezz
2021-07-05 08:45:25 +01:00
committed by GitHub
parent c193c35330
commit 46116f4906
+1 -1
View File
@@ -416,7 +416,7 @@ function OpenIdentityCardMenu(player)
table.insert(elements, {label = _U('height', data.height)})
end
if data.drunk then
if Config.EnableESXOptionalneeds and data.drunk then
table.insert(elements, {label = _U('bac', data.drunk)})
end