Remove infotexts

This commit is contained in:
Wuzzy 2017-01-12 22:14:32 +01:00
parent 2ed9e9f0bb
commit ccac208ee3
4 changed files with 8 additions and 38 deletions

View file

@ -55,9 +55,6 @@ local function initialize_data(meta)
else
owner = "owned by " .. owner
end
meta:set_string("infotext", "Command Block\n" ..
"(" .. owner .. ")\n" ..
"Commands: "..commands)
end
local function construct(pos)