From 0d921f8c0ef2fc7bad53a878e30e6ad97c286d10 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 19 Jan 2019 23:59:30 +0000 Subject: [PATCH] Fix textlist issue --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 92e8d4a..84a76f4 100644 --- a/init.lua +++ b/init.lua @@ -133,7 +133,7 @@ minetest.register_on_joinplayer(function(player) minetest.formspec_escape("Press escape or the back button. " .. "Select 'change password'.\n" .. "When done, type /rules.\n" .. - "You will not be able to obtain interact until you get this.")) + "You will not be able to obtain interact until you get this.") .. "]") elseif can_grant_interact(player) then rules.show(player) end