From e432ef24392285b78cd290cd65844fb5e4ce49bc Mon Sep 17 00:00:00 2001 From: rnd1 Date: Tue, 3 May 2016 12:00:23 +0200 Subject: [PATCH] .. --- mover.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mover.lua b/mover.lua index c649bcd..2692256 100644 --- a/mover.lua +++ b/mover.lua @@ -720,7 +720,7 @@ local function use_keypad(pos,ttl, again) -- position, time to live ( how many t local text = meta:get_string("text"); if text ~= "" then -- set text on target sign local tmeta = minetest.get_meta(tpos);if not tmeta then return end - if node.name == "default:sign_wall" then -- update text on signs with signs_lib + if node.name == "default:sign_wall_wood" then -- update text on signs with signs_lib tmeta:set_string("text",text); local table = minetest.registered_nodes[node.name]; if not table.on_punch then return end -- error