fix nil coords passed to on_block_tick
This commit is contained in:
parent
bc1ff634a3
commit
32189b5fa2
@ -13,6 +13,7 @@ block.__perform_ticks = function(delta)
|
|||||||
goto continue
|
goto continue
|
||||||
end
|
end
|
||||||
entry.timer = 0.0
|
entry.timer = 0.0
|
||||||
|
entry.pointer = entry.pointer % #entry
|
||||||
local event = entry.event
|
local event = entry.event
|
||||||
local tps = entry.tps
|
local tps = entry.tps
|
||||||
for i=1, steps do
|
for i=1, steps do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user