and fix master turtle not properly getting its own stack.

This commit is contained in:
Justus Wolff
2026-02-22 20:37:07 +01:00
parent bc4193cadb
commit 0107287084

View File

@@ -941,7 +941,7 @@ while true do
end
local ownstack = {
stacks=stacks[expam+1],
stacks=stacks["stacks"][expam+1],
dimensions=dimensions,
height=height
}