This commit is contained in:
darkrose 2012-11-01 11:03:32 -07:00
commit 7eae9e96f2
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ minetest.register_node("default:sign_wall", {
on_construct = function(pos)
--local n = minetest.env:get_node(pos)
local meta = minetest.env:get_meta(pos)
meta:set_string("formspec", "hack:sign_text_input")
meta:set_string("formspec", "field[text;;${text}]")
meta:set_string("infotext", "\"\"")
end,
on_receive_fields = function(pos, formname, fields, sender)