summaryrefslogtreecommitdiff
path: root/technic_chests
diff options
context:
space:
mode:
Diffstat (limited to 'technic_chests')
-rw-r--r--technic_chests/register.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_chests/register.lua b/technic_chests/register.lua
index 765a9a5..204ca3c 100644
--- a/technic_chests/register.lua
+++ b/technic_chests/register.lua
@@ -69,7 +69,7 @@ local function get_receive_fields(name, data)
if fields.edit_infotext then
page = "edit_infotext"
end
- if fields.save_infotext then
+ if fields.infotext_box then
meta:set_string("infotext", fields.infotext_box)
end
local formspec = data.formspec