mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Update config.lua
This commit is contained in:
@@ -4,14 +4,14 @@ Config.Visible = true
|
||||
|
||||
Config.Food = {
|
||||
["bread"] = {
|
||||
status = 10000,
|
||||
remove = false -- want the item to remove on use
|
||||
status = 200000,
|
||||
remove = false
|
||||
}
|
||||
}
|
||||
|
||||
Config.Drinks = {
|
||||
["water"] = {
|
||||
status = 10000,
|
||||
remove = true -- want the item to remove on use
|
||||
status = 100000,
|
||||
remove = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user