]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/main/saplings.lua
remove server debug
[Crafter.git] / mods / main / saplings.lua
index f798f86bcef2a6be361f32d9a57ab19d1289f7d6..436d68aa932df751dbe2fb76279b3520ad8dd8c7 100644 (file)
@@ -57,7 +57,7 @@ minetest.register_node("main:sapling", {
                type = "fixed",
                fixed = {-4 / 16, -0.5, -4 / 16, 4 / 16, 7 / 16, 4 / 16}
        },
-       on_place =  on_rightclick or function(itemstack, placer, pointed_thing)
+       on_place =  function(itemstack, placer, pointed_thing)
                if not pointed_thing.type == "node" then
                        return
                end