Remove an old achievements TODO
This commit is contained in:
parent
e0c45e98d7
commit
cc3ee37536
@ -508,8 +508,6 @@ function achievements.get_formspec(name)
|
||||
form = form .. "label[0.25,0.25;" .. minetest.formspec_escape(title) .. "]"
|
||||
form = form .. "label[7.25,0.25;" .. minetest.formspec_escape(progress) .. "]"
|
||||
|
||||
-- TODO: Revert this back to a label
|
||||
-- Currently a textarea as a workaround for a bug in Minetest that makes labels too short when translated.
|
||||
form = form .. "textarea[2.5,0.75;5.75,2;;;" .. minetest.formspec_escape(description) .. "]"
|
||||
|
||||
local icon, item_icon
|
||||
|
Loading…
x
Reference in New Issue
Block a user