Remember to clear queue.

This commit is contained in:
Aaron Suen 2019-09-09 07:05:31 -04:00
parent 52de19a28c
commit a99ba82831

View File

@ -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