diff --git a/easyvend.lua b/easyvend.lua index 1511ea6..e345715 100644 --- a/easyvend.lua +++ b/easyvend.lua @@ -138,12 +138,6 @@ easyvend.set_formspec = function(pos, player) .."label[0,-0.15;"..numbertext.."]" .."label[0,1.2;"..costtext.."]" .."list[current_player;main;0,3.5;8,4;]" - if minetest.get_modpath("doc") and minetest.get_modpath("doc_items") then - if (doc.VERSION.MAJOR >= 1) or (doc.VERSION.MAJOR == 0 and doc.VERSION.MINOR >= 8) then - formspec = formspec .. "image_button[7.25,2;0.75,0.75;doc_button_icon_lores.png;doc;]" .. - "tooltip[doc;Help]" - end - end if configmode then local wear = "false"