add missing )

This commit is contained in:
chmodsayshello 2022-10-08 21:46:34 +02:00
parent 386b3d2b8a
commit a5a3557325
1 changed files with 1 additions and 1 deletions

View File

@ -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)