1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Nordi98 2025-08-13 16:16:10 +02:00
parent 9b7c7545fc
commit a260b52e47

View file

@ -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)