Remove double-check

master
BlockMen 2014-07-21 23:04:20 +02:00
parent 41fcc346a2
commit 1d39a4c6c1
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ minetest.register_abm({
if minetest.env:get_node(pos).name ~= "air" then
return
end
if minetest.env:get_node(pos).name ~= "air" then
return
end
if (wtime < 0.2 and wtime > 0.805) then
return
end