1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Nordi98 2025-08-13 16:17:59 +02:00
parent a260b52e47
commit e5b1654f9a

View file

@ -68,7 +68,7 @@ lib.callback.register("pickle_consumables:useItem", function(source)
if cfg.drunkLevel then
exports['cs_drunk']:AddDrunkLevel(source, cfg.drunkLevel)
end
end
end)
RegisterNetEvent("pickle_consumables:returnItem", function(destroy)