mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 04:01:22 +00:00
added config for drunk
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user