From a5a3557325275eeeeaee755132fcbf0b8dddf359 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Sat, 8 Oct 2022 21:46:34 +0200 Subject: [PATCH] add missing ) --- the_bridge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)