forked from Simnation/Main
Update server.lua
This commit is contained in:
parent
9b7c7545fc
commit
a260b52e47
1 changed files with 1 additions and 2 deletions
|
@ -68,8 +68,7 @@ lib.callback.register("pickle_consumables:useItem", function(source)
|
|||
if cfg.drunkLevel then
|
||||
exports['cs_drunk']:AddDrunkLevel(source, cfg.drunkLevel)
|
||||
end
|
||||
return true, metadata.uses
|
||||
end)
|
||||
end
|
||||
|
||||
|
||||
RegisterNetEvent("pickle_consumables:returnItem", function(destroy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue