1
0
mirror of https://github.com/Sokomine/locks.git synced 2025-01-09 07:10:21 +01:00

Fixed typos

This commit is contained in:
adrido 2016-02-22 14:46:59 +01:00
parent f1b404fb13
commit f0d8f36830
2 changed files with 3 additions and 2 deletions

View File

@ -21,9 +21,10 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
--]]
-- 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