Call isEmpty() on object, not serializable
This commit is contained in:
parent
d0929cf5c8
commit
a124e870c7
@ -65,7 +65,7 @@ function Chest:toSerializable()
|
|||||||
local stackSer = v:toSerializable()
|
local stackSer = v:toSerializable()
|
||||||
|
|
||||||
-- Skip all but the first homogeneous slot
|
-- Skip all but the first homogeneous slot
|
||||||
if stackSer:isEmpty() then
|
if v:isEmpty() then
|
||||||
if skipEmpty then
|
if skipEmpty then
|
||||||
goto continue
|
goto continue
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user