commit test

master
HybridDog 2013-08-23 16:14:27 +02:00
parent 58b579854a
commit d76b186fde
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ local function drop_item(pos, nodename)
end
end
local destroy = function(pos)
local function destroy(pos)
local nodename = minetest.env:get_node(pos).name
local p_pos = area:index(pos.x, pos.y, pos.z)
if nodes[p_pos] ~= tnt_c_air then