Removed unneeded text from letters

"On this piece of paper is written: " seems unneeded to me, so I removed it
This commit is contained in:
Elkien3 2017-10-02 20:44:03 -05:00
parent 484cf4778d
commit aae368beaf

View File

@ -5,7 +5,7 @@ local mname = "memorandum"
----------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------
-- { left , bottom , front , right , top , back } -- { left , bottom , front , right , top , back }
local sheet = { -1/2 , -1/2 , -1/2 , 1/2 , -7/16 , 1/2 } local sheet = { -1/2 , -1/2 , -1/2 , 1/2 , -7/16 , 1/2 }
local info = 'On this piece of paper is written: "' local info = '"'
local sign = '" Signed by ' local sign = '" Signed by '
minetest.register_craftitem(":default:paper", { minetest.register_craftitem(":default:paper", {