From 1f9b49106721f8629fbdf67f852c79f50123561d Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 6 Dec 2016 15:28:40 +0100 Subject: Fix players entry being shown twice --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 59ba583..3cfc99f 100644 --- a/init.lua +++ b/init.lua @@ -19,7 +19,7 @@ doc.new_category("basics", name="Basics", description = "Everything you need to know about Minetest to get started with playing", sorting = "custom", - sorting_data = {"minetest", "controls", "players", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "liquids", "mine", "build", "craft", "cook", "players", "minimap", "cam", "sneak", "light", "groups", "glossary"}, + sorting_data = {"minetest", "controls", "players", "point", "items", "inventory", "hotbar", "tools", "weapons", "blocks", "liquids", "mine", "build", "craft", "cook", "minimap", "cam", "sneak", "light", "groups", "glossary"}, build_formspec = doc.entry_builders.text_and_gallery, }) -- cgit v1.2.3