remove unuseful formspec field

according to documentation of `position[]` element in `lua_api.txy`
This commit is contained in:
AFCMS 2021-07-19 23:40:27 +02:00
parent 0dfd44266a
commit 8f1c543794

View File

@ -15,7 +15,6 @@ local update_time = tonumber(minetest.settings:get("formspec_editor.update_time"
local error_formspec = [[
formspec_version[4]
size[8,2]
position[0.5,0.5]
label[0.375,0.5;Error:formspec.spec is either ]
label[0.375,1;non-existent,or empty]
]]