Fix the previous commit

This commit is contained in:
Ekdohibs 2017-01-26 18:57:38 +01:00
parent 1a4b209fde
commit de06958900

View File

@ -554,6 +554,7 @@ minetest.register_globalstep(function(dtime)
unpop_node(dt)
end
od[i] = od[n]
od[n] = nil
n = n - 1
else
i = i + 1