From f0d8f36830ead8fb6519885e081ca2c48b289d2e Mon Sep 17 00:00:00 2001 From: adrido Date: Mon, 22 Feb 2016 14:46:59 +0100 Subject: [PATCH] Fixed typos --- init.lua | 5 +++-- liscence.txt => licence.txt | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename liscence.txt => licence.txt (100%) diff --git a/init.lua b/init.lua index 2a35b02..17b96bd 100644 --- a/init.lua +++ b/init.lua @@ -21,9 +21,10 @@ along with this program. If not, see . --]] --- Version 1.20 +-- Version 1.21 -- Changelog: +-- 22.02.2016 * Fixed typos -- 08.05.2014 * Changed animation of shared locked furnace (removed pipeworks overlay on front, changed to new animation type) -- 10.01.2013 * Added command to toggle for pipeworks output -- * Added pipeworks support for chests and furnace. @@ -99,7 +100,7 @@ function locks:get_lockdata( pos ) owner = (meta:get_string( "owner" ) or ""), allowed_users = (meta:get_string( "allowed_users" ) or ""), password = (meta:get_string( "password" ) or ""), - pw_user = (meta:get_string( "w_user" ) or ""), + pw_user = (meta:get_string( "pw_user" ) or ""), formspec = (meta:get_string( "formspec" ) or "") }; end diff --git a/liscence.txt b/licence.txt similarity index 100% rename from liscence.txt rename to licence.txt