]> git.lizzy.rs Git - xdecor.git/blobdiff - enchanting.lua
Run luacheck and fix the warnings.
[xdecor.git] / enchanting.lua
index a3c8e5a9734f2c19cd8b8584249b9f8824319177..63641cdea58fd168e2a01ee39bd1916d580f0862 100644 (file)
@@ -127,7 +127,6 @@ function enchanting.destruct(pos)
 end
 
 function enchanting.timer(pos)
-       local node = minetest.get_node(pos)
        local num = #minetest.get_objects_inside_radius(pos, 0.9)
 
        if num == 0 then