diff --git a/the_bridge.lua b/the_bridge.lua index 1079fb3..61d945a 100644 --- a/the_bridge.lua +++ b/the_bridge.lua @@ -122,7 +122,7 @@ minetest.register_node("the_bridge:stone", { on_place = function(itemstack, placer, pointed_thing) if pointed_thing.type == "node" then local pos = pointed_thing.above - minetest.set_node(pos , {name="the_bridge:stone"} + minetest.set_node(pos , {name="the_bridge:stone"}) end end, on_dig = function(pos, node, digger)