swkeep/keep-companion

Waterbottle

VinkeVeenRP opened this issue · 0 comments

hey hey,

i saw the fix for the waterbottles after i fixed it myself, and i think it might be a better fix because it keeps the initial washing of the bottle

i changed line 265
from: if type(item.info) == "table" then
to: if (item.info.liter ~= nil) then

maybe that helps?