Always reload slot for insertions for now
This commit is contained in:
parent
5ae460b308
commit
8e963b9a91
@ -67,6 +67,7 @@ function Cache.makeCache(cacheLoader)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if entry == nil then
|
if entry == nil then
|
||||||
|
print("Found populated chest: "..name)
|
||||||
entry = scanChest(chest)
|
entry = scanChest(chest)
|
||||||
end
|
end
|
||||||
entry.index = name
|
entry.index = name
|
||||||
@ -248,11 +249,7 @@ function Cache:insertStack(nodeSlot)
|
|||||||
if not result then
|
if not result then
|
||||||
print("Slot insert error for chest \""..slot.chest.."\"! Make sure it's still attached to the controller: "..change)
|
print("Slot insert error for chest \""..slot.chest.."\"! Make sure it's still attached to the controller: "..change)
|
||||||
else
|
else
|
||||||
if change == slot.count then
|
self:reloadSlot(slot.chest, slot.slot)
|
||||||
self:reloadSlot(slot.chest, slot.slot)
|
|
||||||
else
|
|
||||||
slot.count = slot.count - change
|
|
||||||
end
|
|
||||||
count = count + change
|
count = count + change
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user