Remember to clear queue.
This commit is contained in:
parent
52de19a28c
commit
a99ba82831
@ -12,6 +12,7 @@ function nodecore.fallcheck(pos)
|
||||
for _, p in pairs(queue) do
|
||||
minetest.check_for_falling(p)
|
||||
end
|
||||
queue = nil
|
||||
end)
|
||||
end
|
||||
queue[minetest.pos_to_string(pos)] = pos
|
||||
|
Loading…
x
Reference in New Issue
Block a user